aiccu: fix uClibc build after #1389

Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
This commit is contained in:
Jo-Philipp Wich
2015-06-29 19:50:01 +02:00
parent bc4d049918
commit 1208a25e71
3 changed files with 8 additions and 17 deletions
+4 -2
View File
@@ -20,10 +20,12 @@
#include <linux/if_tun.h>
--- a/common/dn_skipname.c
+++ b/common/dn_skipname.c
@@ -1,5 +1,6 @@
@@ -1,6 +1,8 @@
#include <errno.h>
#include <resolv.h>
+#include <sys/types.h>
+#include <sys/types.h>
+
/* Ripped from glibc 2.4 sources. */
/*