diff options
author | Daniel Veillard <veillard@src.gnome.org> | 2002-04-14 12:56:08 +0000 |
---|---|---|
committer | Daniel Veillard <veillard@src.gnome.org> | 2002-04-14 12:56:08 +0000 |
commit | 9b731d709ee99b59b815d51ad80ebba409f0f20d (patch) | |
tree | b7a9a054a5ad2e87f150c0ba400a2e4d8691eeb6 /nanohttp.c | |
parent | a8a89fe587a578bd9942f6d79d8d9258f4ad3e96 (diff) | |
download | android_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.c | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 |