diff options
Diffstat (limited to '')
-rw-r--r-- | src/protocolhttp.cpp | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/protocolhttp.cpp b/src/protocolhttp.cpp index 534cb02..0c45ea7 100644 --- a/src/protocolhttp.cpp +++ b/src/protocolhttp.cpp | |||
@@ -6,7 +6,11 @@ | |||
6 | */ | 6 | */ |
7 | 7 | ||
8 | #include <dirent.h> | 8 | #include <dirent.h> |
9 | #include <sys/wait.h> | 9 | |
10 | #ifndef WIN32 | ||
11 | #include <sys/wait.h> | ||
12 | #endif | ||
13 | |||
10 | #include <errno.h> | 14 | #include <errno.h> |
11 | #include <stdlib.h> | 15 | #include <stdlib.h> |
12 | #include "bu/protocolhttp.h" | 16 | #include "bu/protocolhttp.h" |