iphlpapi: NetBSD needs sys/param.h.
This commit is contained in:
parent
b8a2b17af6
commit
2c8aeb6db1
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue