27 lines
662 B
Plaintext
27 lines
662 B
Plaintext
$NetBSD: patch-ae,v 1.6 2013/02/10 05:55:07 manu Exp $
|
|
|
|
--- configure.ac.orig 2012-11-29 20:47:57.000000000 +0000
|
|
+++ configure.ac 2013-01-28 09:26:04.000000000 +0000
|
|
@@ -418,8 +418,9 @@
|
|
sys/time.h sys/ioctl.h sys/stat.h \
|
|
sys/mman.h sys/file.h sys/wait.h \
|
|
unistd.h signal.h libgen.h stropts.h \
|
|
syslog.h pwd.h grp.h \
|
|
+ net/if_tap.h \
|
|
sys/sockio.h sys/uio.h linux/sockios.h \
|
|
linux/types.h sys/poll.h sys/epoll.h err.h \
|
|
])
|
|
|
|
@@ -432,8 +433,11 @@
|
|
#endif
|
|
#ifdef HAVE_SYS_SOCKET_H
|
|
#include <sys/socket.h>
|
|
#endif
|
|
+#ifdef HAVE_NET_IF_H
|
|
+#include <net/if.h>
|
|
+#endif
|
|
#ifdef HAVE_NETINET_IN_H
|
|
#include <netinet/in.h>
|
|
#endif
|
|
#ifdef HAVE_WINDOWS_H
|