1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2025-01-13 13:17:36 +03:00

Remove redundant and ungarded include of resolv.h

For https://bugzilla.gnome.org/show_bug.cgi?id=617053
This broke the build on Interix-6.0
This commit is contained in:
Daniel Veillard 2012-05-11 10:09:32 +08:00
parent 040dcb5995
commit 399aaba14b

View File

@ -64,9 +64,6 @@
#ifdef HAVE_STRINGS_H
#include <strings.h>
#endif
#ifdef SUPPORT_IP6
#include <resolv.h>
#endif
#ifdef HAVE_ZLIB_H
#include <zlib.h>
#endif