mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
aiccu: fix uClibc build after #1389
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
This commit is contained in:
@@ -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. */
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user