winhttp: #include <netinet/in.h> for sockaddr_in.

oldstable
Gerald Pfeifer 2008-08-20 20:34:43 +02:00 committed by Alexandre Julliard
parent 8720776749
commit 4169fad358
1 changed files with 3 additions and 0 deletions

View File

@ -26,6 +26,9 @@
#include "wine/list.h"
#include "wine/unicode.h"
#ifdef HAVE_NETINET_IN_H
# include <netinet/in.h>
#endif
#ifdef HAVE_NETDB_H
# include <netdb.h>
#endif