Add missing #include <netinet/in.h> to get struct in_addr on all platforms.

oldstable
Gerald Pfeifer 2000-11-30 19:58:34 +00:00 committed by Alexandre Julliard
parent e77bdbb16a
commit b75b823a99
1 changed files with 1 additions and 0 deletions

View File

@ -26,6 +26,7 @@
#ifdef HAVE_NETINET_IH_H
# include <netinet/in.h>
#endif
#include <netinet/in.h>
#include <netinet/ip.h>
#include "winbase.h"