diff options
Diffstat (limited to 'net-mgmt/net-snmp53/files/patch-snmp_auth.c')
-rw-r--r-- | net-mgmt/net-snmp53/files/patch-snmp_auth.c | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/net-mgmt/net-snmp53/files/patch-snmp_auth.c b/net-mgmt/net-snmp53/files/patch-snmp_auth.c new file mode 100644 index 000000000000..be52a5e4fd36 --- /dev/null +++ b/net-mgmt/net-snmp53/files/patch-snmp_auth.c @@ -0,0 +1,12 @@ +--- snmplib/snmp_auth.c.orig Tue Jan 25 10:08:14 2005 ++++ snmplib/snmp_auth.c Tue Jan 25 10:08:34 2005 +@@ -63,6 +63,9 @@ + #include <arpa/inet.h> + #endif + ++#if HAVE_UNISTD_H ++#include <unistd.h> ++#endif + #if HAVE_DMALLOC_H + #include <dmalloc.h> + #endif |