diff options
Diffstat (limited to 'src/lockdown.c')
| -rw-r--r-- | src/lockdown.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/lockdown.c b/src/lockdown.c index be55934..3679fee 100644 --- a/src/lockdown.c +++ b/src/lockdown.c | |||
| @@ -32,7 +32,11 @@ | |||
| 32 | #define __USE_GNU 1 | 32 | #define __USE_GNU 1 |
| 33 | #include <stdio.h> | 33 | #include <stdio.h> |
| 34 | #include <ctype.h> | 34 | #include <ctype.h> |
| 35 | |||
| 36 | #ifndef _MSC_VER | ||
| 35 | #include <unistd.h> | 37 | #include <unistd.h> |
| 38 | #endif | ||
| 39 | |||
| 36 | #include <plist/plist.h> | 40 | #include <plist/plist.h> |
| 37 | #include <libimobiledevice-glue/utils.h> | 41 | #include <libimobiledevice-glue/utils.h> |
| 38 | 42 | ||
