winhttp: Fix a missing include for OpenBSD.

This commit is contained in:
Austin English 2008-12-28 21:00:24 -06:00 committed by Alexandre Julliard
parent fe8879e6d1
commit 87cc3e19bc
1 changed files with 1 additions and 0 deletions

View File

@ -26,6 +26,7 @@
#include "wine/list.h"
#include "wine/unicode.h"
#include <sys/types.h>
#ifdef HAVE_NETINET_IN_H
# include <netinet/in.h>
#endif