summaryrefslogtreecommitdiff
path: root/scope.c
diff options
context:
space:
mode:
Diffstat (limited to 'scope.c')
-rw-r--r--scope.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/scope.c b/scope.c
index 32c80c6..f2ceb6f 100644
--- a/scope.c
+++ b/scope.c
@@ -58,6 +58,7 @@
#include <errno.h>
#include <unistd.h>
#include <netdb.h>
+#include <sys/param.h>
#ifdef SYSV
#define bzero(s,l) memset(s, 0, l)