summaryrefslogtreecommitdiff
path: root/net-mgmt/net-snmp-devel/files/patch-snmp_debug.c
blob: 6b24b5354b77e1db5adaaa13f919b31ec70e4e62 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
--- snmplib/snmp_debug.c.orig	Tue Jan 25 10:10:49 2005
+++ snmplib/snmp_debug.c	Tue Jan 25 10:11:06 2005
@@ -22,6 +22,9 @@
 #include <winsock.h>
 #endif
 
+#if HAVE_UNISTD_H
+#include <unistd.h>
+#endif
 #if HAVE_DMALLOC_H
 #include <dmalloc.h>
 #endif