Add missing #include <netinet/in_systm.h> and #include <netinet/in.h>.

This commit is contained in:
Gerald Pfeifer 2000-11-08 22:21:54 +00:00 committed by Alexandre Julliard
parent a6697b4639
commit b56a8df9e7
1 changed files with 2 additions and 0 deletions

View File

@ -20,6 +20,8 @@
#endif
#include <sys/stat.h>
#include <unistd.h>
#include <netinet/in_systm.h>
#include <netinet/in.h>
#include <netinet/ip.h>
#include "winbase.h"