aboutsummaryrefslogtreecommitdiff
path: root/docs/examples/postit.c
diff options
context:
space:
mode:
Diffstat (limited to 'docs/examples/postit.c')
-rw-r--r--docs/examples/postit.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/examples/postit.c b/docs/examples/postit.c
index 710a14967..e811aa24a 100644
--- a/docs/examples/postit.c
+++ b/docs/examples/postit.c
@@ -21,6 +21,9 @@
* This exact source code has not been verified to work.
*/
+/* to make this work under windows, use the win32-functions from the
+ win32socket.c file as well */
+
#include <stdio.h>
#include <curl/curl.h>