summaryrefslogtreecommitdiff
path: root/net-mgmt/net-snmp-devel/files/patch-parse.c
blob: 63eb1e023f19cdebf6175a5ded57167f0d975027 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
--- snmplib/parse.c.orig	Tue Jan 25 10:04:35 2005
+++ snmplib/parse.c	Tue Jan 25 10:05:02 2005
@@ -106,6 +106,9 @@
 #if defined(HAVE_REGEX_H) && defined(HAVE_REGCOMP)
 #include <regex.h>
 #endif
+#if HAVE_UNISTD_H
+#include <unistd.h>
+#endif
 #if HAVE_DMALLOC_H
 #include <dmalloc.h>
 #endif