Commit 2c8aeb6d authored by Marcus Meissner's avatar Marcus Meissner Committed by Alexandre Julliard

iphlpapi: NetBSD needs sys/param.h.

parent b8a2b17a
......@@ -39,6 +39,9 @@
#endif
#include <sys/types.h>
#ifdef HAVE_SYS_PARAM_H
#include <sys/param.h>
#endif
#ifdef HAVE_SYS_SOCKET_H
#include <sys/socket.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