ports/net-mgmt/etherape/files/patch-src_diagram.c
Mathieu Arnold 209c19ed3e Update to 0.9.14
PR:		207164
Submitted by:	tkato432 yahoo com
Sponsored by:	Absolight
2016-03-07 17:47:40 +00:00

21 lines
389 B
C

--- src/diagram.c.orig 2016-01-25 20:19:16 UTC
+++ src/diagram.c
@@ -21,7 +21,18 @@
#include <config.h>
#endif
+#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
#include <gnome.h>
#include <regex.h>