aboutsummaryrefslogtreecommitdiffstats
path: root/nanohttp.c
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>2001-06-09 13:52:58 +0000
committerDaniel Veillard <veillard@src.gnome.org>2001-06-09 13:52:58 +0000
commitf3afa7dd4e8daacfa62f7345b7d7071e0cb33423 (patch)
tree74b96d986c4b6b949088e192a7ad8c7179601827 /nanohttp.c
parenta682b219c45b77a85c3920724f7d3179654aa78c (diff)
downloadandroid_external_libxml2-f3afa7dd4e8daacfa62f7345b7d7071e0cb33423.tar.gz
android_external_libxml2-f3afa7dd4e8daacfa62f7345b7d7071e0cb33423.tar.bz2
android_external_libxml2-f3afa7dd4e8daacfa62f7345b7d7071e0cb33423.zip
- nanoftp.c nanohttp.c uri.c include/win32config.h: Igor Zlatkovic
provided fixes to compile on MSCC again - win32/libxml2/libxml2.def.src win32/libxml2/libxml2*.dsp: he also provided an update for the project files. Daniel
Diffstat (limited to 'nanohttp.c')
-rw-r--r--nanohttp.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/nanohttp.c b/nanohttp.c
index 31ed07c8..4991e0bb 100644
--- a/nanohttp.c
+++ b/nanohttp.c
@@ -14,6 +14,7 @@
/* TODO add compression support, Send the Accept- , and decompress on the
fly with ZLIB if found at compile-time */
+#define NEED_SOCKETS
#include "libxml.h"
#ifdef LIBXML_HTTP_ENABLED