From fccbbd6f3bdc090d2da9b32fdff2fd13679e2b78 Mon Sep 17 00:00:00 2001 From: Yanko Kaneti Date: Mon, 15 Jun 2009 10:57:53 +0300 Subject: Include sys/param.h earlier MAXHOSTNAMELEN is also needed for some scope.h declarations --- scope.c | 1 - 1 file changed, 1 deletion(-) (limited to 'scope.c') diff --git a/scope.c b/scope.c index 591cfda..45f2724 100644 --- a/scope.c +++ b/scope.c @@ -58,7 +58,6 @@ #include #include -#include #ifdef SYSV #define bzero(s,l) memset(s, 0, l) -- cgit v1.2.1