mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-26 04:35:39 +03:00
39 lines
892 B
Diff
39 lines
892 B
Diff
diff --git a/netmap.c b/netmap.c
|
|
index bbdf257..69b5e47 100644
|
|
--- a/netmap.c
|
|
+++ b/netmap.c
|
|
@@ -28,6 +28,7 @@
|
|
#include <string.h>
|
|
#include <netdb.h>
|
|
#include <sys/socket.h>
|
|
+#include <sys/types.h>
|
|
#include <netinet/in.h>
|
|
#include <arpa/inet.h>
|
|
|
|
diff --git a/iouyap.c b/iouyap.c
|
|
index 555b908..26a33ef 100644
|
|
--- a/iouyap.c
|
|
+++ b/iouyap.c
|
|
@@ -35,7 +35,9 @@
|
|
#include <linux/if_tun.h>
|
|
#include <arpa/inet.h>
|
|
#include <netpacket/packet.h>
|
|
+#if HAVE_NETINET_IF_ETHER_H && !HAVE_LINUX_IF_TUN_H
|
|
#include <net/ethernet.h>
|
|
+#endif
|
|
#include <netdb.h>
|
|
#include <net/if_arp.h>
|
|
#include <linux/rtnetlink.h>
|
|
|
|
diff --git a/iouyap.h b/iouyap.h
|
|
index c4088fb..698bcd5 100644
|
|
--- a/iouyap.h
|
|
+++ b/iouyap.h
|
|
@@ -24,6 +24,7 @@
|
|
#include <netinet/in.h>
|
|
#include <errno.h>
|
|
#include <sys/un.h>
|
|
+#include <sys/types.h>
|
|
|
|
#define NAME "iouyap"
|
|
#define VERSION "0.97.0"
|