diff options
Diffstat (limited to 'net-mgmt/arpalert/files/patch-macname.h')
-rw-r--r-- | net-mgmt/arpalert/files/patch-macname.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/net-mgmt/arpalert/files/patch-macname.h b/net-mgmt/arpalert/files/patch-macname.h new file mode 100644 index 000000000000..0f6f768a108e --- /dev/null +++ b/net-mgmt/arpalert/files/patch-macname.h @@ -0,0 +1,10 @@ +--- macname.h.orig Sun Dec 10 22:52:45 2006 ++++ macname.h Sun Dec 10 22:53:04 2006 +@@ -7,6 +7,7 @@ + #ifndef __MACNAME_H__ + #define __MACNAME_H__ + ++#include <sys/types.h> + #include <sys/socket.h> + #include <net/if.h> + #include <net/if_arp.h> |