summaryrefslogtreecommitdiffstats
path: root/tools/ideviceprovision.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/ideviceprovision.c')
-rw-r--r--tools/ideviceprovision.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/ideviceprovision.c b/tools/ideviceprovision.c
index 4080a28..97417eb 100644
--- a/tools/ideviceprovision.c
+++ b/tools/ideviceprovision.c
@@ -32,11 +32,11 @@
32#include <getopt.h> 32#include <getopt.h>
33#include <sys/stat.h> 33#include <sys/stat.h>
34#include <errno.h> 34#include <errno.h>
35#ifndef WIN32 35#ifndef _WIN32
36#include <signal.h> 36#include <signal.h>
37#endif 37#endif
38 38
39#ifdef WIN32 39#ifdef _WIN32
40#include <windows.h> 40#include <windows.h>
41#else 41#else
42#include <arpa/inet.h> 42#include <arpa/inet.h>
@@ -314,7 +314,7 @@ int main(int argc, char *argv[])
314 { NULL, 0, NULL, 0} 314 { NULL, 0, NULL, 0}
315 }; 315 };
316 316
317#ifndef WIN32 317#ifndef _WIN32
318 signal(SIGPIPE, SIG_IGN); 318 signal(SIGPIPE, SIG_IGN);
319#endif 319#endif
320 /* parse cmdline args */ 320 /* parse cmdline args */