diff options
| author | 2020-01-05 02:36:37 +0100 | |
|---|---|---|
| committer | 2020-01-05 02:36:37 +0100 | |
| commit | 49d2c6d8051c84ec0ba6db1943a1b7369a0f2741 (patch) | |
| tree | c87be9576eefe5b936f4caa8fd5f0338fd1ad4a1 /src/mobilesync.c | |
| parent | 90f7ca00cd5e19cc6fa72658a664b04fa925f373 (diff) | |
| download | libimobiledevice-49d2c6d8051c84ec0ba6db1943a1b7369a0f2741.tar.gz libimobiledevice-49d2c6d8051c84ec0ba6db1943a1b7369a0f2741.tar.bz2 | |
Make sure all source files include config.h
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> |
