From da8d36ce9699e1ea7fbc17b731e2b458c1795f5b Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Wed, 23 Mar 2011 17:24:25 +0100 Subject: s3: Attempt to fix the build on FreeBSD --- source3/lib/dumpcore.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'source3/lib') diff --git a/source3/lib/dumpcore.c b/source3/lib/dumpcore.c index 8a1c43a72f..4d093a2b16 100644 --- a/source3/lib/dumpcore.c +++ b/source3/lib/dumpcore.c @@ -27,6 +27,10 @@ #include "includes.h" +#ifdef HAVE_SYS_SYSCTL_H +#include +#endif + static char *corepath; /** -- cgit