aboutsummaryrefslogtreecommitdiffstats
path: root/nanohttp.c
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>2002-04-14 12:56:08 +0000
committerDaniel Veillard <veillard@src.gnome.org>2002-04-14 12:56:08 +0000
commit9b731d709ee99b59b815d51ad80ebba409f0f20d (patch)
treeb7a9a054a5ad2e87f150c0ba400a2e4d8691eeb6 /nanohttp.c
parenta8a89fe587a578bd9942f6d79d8d9258f4ad3e96 (diff)
downloadandroid_external_libxml2-9b731d709ee99b59b815d51ad80ebba409f0f20d.tar.gz
android_external_libxml2-9b731d709ee99b59b815d51ad80ebba409f0f20d.tar.bz2
android_external_libxml2-9b731d709ee99b59b815d51ad80ebba409f0f20d.zip
trying to fix #77441 Daniel
* configure.in: trying to fix #77441 Daniel
Diffstat (limited to 'nanohttp.c')
-rw-r--r--nanohttp.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/nanohttp.c b/nanohttp.c
index 0fcf5a16..f3fa51a8 100644
--- a/nanohttp.c
+++ b/nanohttp.c
@@ -40,9 +40,9 @@
#include <netdb.h>
#endif
#ifdef HAVE_RESOLV_H
-# ifdef HAVE_ARPA_NAMESER_H
-# include <arpa/nameser.h>
-# endif
+#ifdef HAVE_ARPA_NAMESER_H
+#include <arpa/nameser.h>
+#endif
#include <resolv.h>
#endif
#ifdef HAVE_FCNTL_H