miniupnpd/bsd/getifstats.c: make it compile with OpenBSD 4.3
see commit 7f6cf3680e
This commit is contained in:
parent
2e1e303c3a
commit
9885060d5c
|
@ -6,6 +6,8 @@
|
|||
* This software is subject to the conditions detailed
|
||||
* in the LICENCE file provided within the distribution */
|
||||
|
||||
#include <sys/types.h>
|
||||
#include <sys/socket.h>
|
||||
#include <net/if.h>
|
||||
#include <errno.h>
|
||||
#include <ifaddrs.h>
|
||||
|
|
Loading…
Reference in New Issue