summaryrefslogtreecommitdiff
path: root/nanoftp.c
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>2003-07-07 14:42:44 +0000
committerDaniel Veillard <veillard@src.gnome.org>2003-07-07 14:42:44 +0000
commit75eb1adc04eb72a061d5b37bc0c73f4d92400d57 (patch)
tree3650131a6acc7270ce304e37312c8b40b8096da6 /nanoftp.c
parent95c09d9abdaeffa10f0c8327f994fdfe2b13d0a3 (diff)
downloadlibxml2-75eb1adc04eb72a061d5b37bc0c73f4d92400d57.tar.gz
regenerated might fix includes problems with the Ipv6 support on solaris
* NEWS doc/*: regenerated * nanoftp.c nanohttp.c: might fix includes problems with the Ipv6 support on solaris * tree.c: patch from Markus Keim about xmlHasNsProp() on attributes defined as #IMPLIED Daniel
Diffstat (limited to 'nanoftp.c')
-rw-r--r--nanoftp.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/nanoftp.c b/nanoftp.c
index bd3f0d5f..16dc6f23 100644
--- a/nanoftp.c
+++ b/nanoftp.c
@@ -52,6 +52,12 @@
#ifdef HAVE_SYS_SELECT_H
#include <sys/select.h>
#endif
+#ifdef HAVE_SYS_SOCKET_H
+#include <sys/socket.h>
+#endif
+#ifdef HAVE_SYS_TYPES_H
+#include <sys/types.h>
+#endif
#ifdef HAVE_STRINGS_H
#include <strings.h>
#endif