Commit b56a8df9 authored by Gerald Pfeifer's avatar Gerald Pfeifer Committed by Alexandre Julliard

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

parent a6697b46
......@@ -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"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment