freebsd-ports/net-mgmt/net-snmp53/files/patch-snmp_auth.c

13 lines
253 B
C
Raw Normal View History

--- 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