summaryrefslogtreecommitdiffstats
path: root/src/common.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/common.h')
-rw-r--r--src/common.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/common.h b/src/common.h
index 8340d03..5f1d763 100644
--- a/src/common.h
+++ b/src/common.h
@@ -28,6 +28,10 @@
extern "C" {
#endif
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
#include <plist/plist.h>
#include <libirecovery.h>
@@ -131,6 +135,10 @@ int mkdir_with_parents(const char *dir, int mode);
void idevicerestore_progress(struct idevicerestore_client_t* client, int step, double progress);
+#ifndef HAVE_STRSEP
+char* strsep(char** strp, const char* delim);
+#endif
+
#ifdef __cplusplus
}
#endif