diff options
author | Yen-Ming Lee <leeym@FreeBSD.org> | 2006-12-10 14:55:03 +0000 |
---|---|---|
committer | Yen-Ming Lee <leeym@FreeBSD.org> | 2006-12-10 14:55:03 +0000 |
commit | f4cb83eeb5d5d3e7b1df307f255fcb16c5836c63 (patch) | |
tree | 5afcb9366038e135abd56431975be17fea06eb8f /net-mgmt/arpalert/files/patch-macname.h | |
parent | - update to 1.12 (diff) |
- update to 2.0.3
Notes
Notes:
svn path=/head/; revision=179386
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> |