ports/net/tcpreplay/patches/patch-src_common_sendpacket_h

10 lines
244 B
Text

--- src/common/sendpacket.h.orig Sat Aug 9 16:18:28 2014
+++ src/common/sendpacket.h Wed Oct 15 18:22:28 2014
@@ -26,6 +26,7 @@
#ifdef __NetBSD__
#include <net/if_ether.h>
#else
+#include <net/if.h>
#include <netinet/if_ether.h>
#endif