summaryrefslogtreecommitdiff
path: root/nanoftp.c
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>2000-02-02 14:52:08 +0000
committerDaniel Veillard <veillard@src.gnome.org>2000-02-02 14:52:08 +0000
commitf341f93011acdb101855a491f3679c6e575d9d60 (patch)
tree69e99398cae8d392d7ea33cf462070a4ecc3b1c1 /nanoftp.c
parent13c757ef89effc37f095d24caaa35a0f03b6e56c (diff)
downloadlibxml2-f341f93011acdb101855a491f3679c6e575d9d60.tar.gz
Patches for WIN32, Daniel.
Diffstat (limited to 'nanoftp.c')
-rw-r--r--nanoftp.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/nanoftp.c b/nanoftp.c
index 09024131..ec363e13 100644
--- a/nanoftp.c
+++ b/nanoftp.c
@@ -6,6 +6,7 @@
*/
#ifdef WIN32
+#define INCLUDE_WINSOCK
#include "win32config.h"
#else
#include "config.h"