diff options
Diffstat (limited to 'src/daemon/daemontest_put.c')
-rw-r--r-- | src/daemon/daemontest_put.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/daemon/daemontest_put.c b/src/daemon/daemontest_put.c index 342161c8..17a2f1c4 100644 --- a/src/daemon/daemontest_put.c +++ b/src/daemon/daemontest_put.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 | static int oneone; | 38 | static int oneone; |
36 | 39 | ||
37 | struct CBC | 40 | struct CBC |