miniupnpd/bsd/getifstats.c: make it compile with OpenBSD 4.3

see commit 7f6cf3680e
This commit is contained in:
Thomas Bernard 2014-09-15 17:12:31 +02:00
parent 2e1e303c3a
commit 9885060d5c
1 changed files with 2 additions and 0 deletions

View File

@ -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>