Include arpa/nameser.h before resolv.h.

oldstable
Pierre d'Herbemont 2003-05-19 21:41:00 +00:00 committed by Alexandre Julliard
parent a762b4ce2f
commit 30f84a33f1
1 changed files with 5 additions and 0 deletions

View File

@ -22,7 +22,12 @@
#include <stdlib.h>
#include <sys/types.h>
#ifdef HAVE_NETINET_IN_H
#include <netinet/in.h>
#endif
#ifdef HAVE_ARPA_NAMESER_H
#include <arpa/nameser.h>
#endif
#include <resolv.h>
#include "winbase.h"
#include "iphlpapi.h"