aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/net-snmp53/files/patch-keytools.c
blob: b6bf51299bd944d89bec4613bb3a85786d1e6d81 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
--- snmplib/keytools.c.orig	Tue Jan 25 10:17:48 2005
+++ snmplib/keytools.c	Tue Jan 25 10:18:07 2005
@@ -32,6 +32,9 @@
 #include <strings.h>
 #endif
 
+#if HAVE_UNISTD_H
+#include <unistd.h>
+#endif
 #if HAVE_DMALLOC_H
 #include <dmalloc.h>
 #endif