summaryrefslogtreecommitdiffstats
path: root/src/mobilesync.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mobilesync.c')
-rw-r--r--src/mobilesync.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/mobilesync.c b/src/mobilesync.c
index b0efc80..163a41e 100644
--- a/src/mobilesync.c
+++ b/src/mobilesync.c
@@ -20,9 +20,11 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
#define _GNU_SOURCE 1
#define __USE_GNU 1
-
#include <plist/plist.h>
#include <string.h>
#include <stdlib.h>