blob: 840d12c0d881433c680c4f59ed5edaaef884d964 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
--- snmplib/callback.c.orig Tue Jan 25 10:19:39 2005
+++ snmplib/callback.c Tue Jan 25 10:19:53 2005
@@ -34,6 +34,9 @@
#include <strings.h>
#endif
+#if HAVE_UNISTD_H
+#include <unistd.h>
+#endif
#if HAVE_DMALLOC_H
#include <dmalloc.h>
#endif
|