diff options
Diffstat (limited to 'src/daemon/daemontest_get.c')
-rw-r--r-- | src/daemon/daemontest_get.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/daemon/daemontest_get.c b/src/daemon/daemontest_get.c index f200a4c8..c144d368 100644 --- a/src/daemon/daemontest_get.c +++ b/src/daemon/daemontest_get.c | |||
@@ -29,10 +29,13 @@ | |||
29 | #include <curl/curl.h> | 29 | #include <curl/curl.h> |
30 | #include <microhttpd.h> | 30 | #include <microhttpd.h> |
31 | #include <stdlib.h> | 31 | #include <stdlib.h> |
32 | #include <unistd.h> | ||
33 | #include <string.h> | 32 | #include <string.h> |
34 | #include <time.h> | 33 | #include <time.h> |
35 | 34 | ||
35 | #ifndef WINDOWS | ||
36 | #include <unistd.h> | ||
37 | #endif | ||
38 | |||
36 | static int oneone; | 39 | static int oneone; |
37 | 40 | ||
38 | struct CBC | 41 | struct CBC |