diff options
Diffstat (limited to 'src/daemon/daemontest_long_header.c')
-rw-r--r-- | src/daemon/daemontest_long_header.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/daemon/daemontest_long_header.c b/src/daemon/daemontest_long_header.c index d0e26484..6377ac07 100644 --- a/src/daemon/daemontest_long_header.c +++ b/src/daemon/daemontest_long_header.c | |||
@@ -28,10 +28,13 @@ | |||
28 | #include <curl/curl.h> | 28 | #include <curl/curl.h> |
29 | #include <microhttpd.h> | 29 | #include <microhttpd.h> |
30 | #include <stdlib.h> | 30 | #include <stdlib.h> |
31 | #include <unistd.h> | ||
32 | #include <string.h> | 31 | #include <string.h> |
33 | #include <time.h> | 32 | #include <time.h> |
34 | 33 | ||
34 | #ifndef WINDOWS | ||
35 | #include <unistd.h> | ||
36 | #endif | ||
37 | |||
35 | /** | 38 | /** |
36 | * We will set the memory available per connection to | 39 | * We will set the memory available per connection to |
37 | * half of this value, so the actual value does not have | 40 | * half of this value, so the actual value does not have |