From da8d36ce9699e1ea7fbc17b731e2b458c1795f5b Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Wed, 23 Mar 2011 17:24:25 +0100 Subject: [PATCH] s3: Attempt to fix the build on FreeBSD --- source3/lib/dumpcore.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/source3/lib/dumpcore.c b/source3/lib/dumpcore.c index 8a1c43a72f8..4d093a2b163 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; /** -- 2.11.4.GIT