aboutsummaryrefslogtreecommitdiff
path: root/src/daemon/daemontest_post.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/daemon/daemontest_post.c')
-rw-r--r--src/daemon/daemontest_post.c5
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
42static int oneone; 45static int oneone;