diff options
Diffstat (limited to 'src/daemon/daemontest_post.c')
-rw-r--r-- | src/daemon/daemontest_post.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/daemon/daemontest_post.c b/src/daemon/daemontest_post.c index 61850a24..19c79556 100644 --- a/src/daemon/daemontest_post.c +++ b/src/daemon/daemontest_post.c | |||
@@ -33,10 +33,13 @@ | |||
33 | #include <curl/curl.h> | 33 | #include <curl/curl.h> |
34 | #include <microhttpd.h> | 34 | #include <microhttpd.h> |
35 | #include <stdlib.h> | 35 | #include <stdlib.h> |
36 | #include <unistd.h> | ||
37 | #include <string.h> | 36 | #include <string.h> |
38 | #include <time.h> | 37 | #include <time.h> |
39 | 38 | ||
39 | #ifndef WINDOWS | ||
40 | #include <unistd.h> | ||
41 | #endif | ||
42 | |||
40 | #define POST_DATA "name=daniel&project=curl" | 43 | #define POST_DATA "name=daniel&project=curl" |
41 | 44 | ||
42 | static int oneone; | 45 | static int oneone; |