summaryrefslogtreecommitdiff
path: root/net-mgmt/etherape/files/patch-src__decocde_proto.c
blob: e1bc96de9f016f902f6271c87e681fc7e449306d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
--- src/decode_proto.c.orig
+++ src/decode_proto.c
@@ -27,6 +27,15 @@
 #include "appdata.h"
 #include <ctype.h>
 #include <string.h>
+#ifdef HAVE_SYS_TYPES_H
+#include <sys/types.h>
+#endif
+#ifdef HAVE_SYS_SOCKET_H
+#include <sys/socket.h>
+#endif
+#ifdef HAVE_NETINET_IN_H
+#include <netinet/in.h>
+#endif
 #ifdef HAVE_ARPA_INET_H
 #include <arpa/inet.h>
 #endif