diff options
Diffstat (limited to 'src/mobilesync.c')
| -rw-r--r-- | src/mobilesync.c | 4 |
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 @@ | |||
| 20 | * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA | 20 | * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA |
| 21 | */ | 21 | */ |
| 22 | 22 | ||
| 23 | #ifdef HAVE_CONFIG_H | ||
| 24 | #include <config.h> | ||
| 25 | #endif | ||
| 23 | #define _GNU_SOURCE 1 | 26 | #define _GNU_SOURCE 1 |
| 24 | #define __USE_GNU 1 | 27 | #define __USE_GNU 1 |
| 25 | |||
| 26 | #include <plist/plist.h> | 28 | #include <plist/plist.h> |
| 27 | #include <string.h> | 29 | #include <string.h> |
| 28 | #include <stdlib.h> | 30 | #include <stdlib.h> |
