Skip to content
Snippets Groups Projects
Commit b56a8df9 authored by Gerald Pfeifer's avatar Gerald Pfeifer Committed by Alexandre Julliard
Browse files

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

parent a6697b46
No related branches found
No related tags found
No related merge requests found
......@@ -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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment