diff options
Diffstat (limited to 'net-mgmt/ndpmon/files/patch-ndpmon.h')
-rw-r--r-- | net-mgmt/ndpmon/files/patch-ndpmon.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/net-mgmt/ndpmon/files/patch-ndpmon.h b/net-mgmt/ndpmon/files/patch-ndpmon.h new file mode 100644 index 000000000000..eefd911bfed7 --- /dev/null +++ b/net-mgmt/ndpmon/files/patch-ndpmon.h @@ -0,0 +1,14 @@ + +$FreeBSD$ + +--- ndpmon.h.orig ++++ ndpmon.h +@@ -38,7 +38,7 @@ + + #include <netinet/in.h> + #include <netinet/if_ether.h> +-#include <netinet/ether.h> ++#include <net/ethernet.h> + #include <netinet/ip6.h> + #include <netinet/icmp6.h> + #include <net/ethernet.h> |