From: Volker Lendecke Date: Wed, 23 Mar 2011 16:24:25 +0000 (+0100) Subject: s3: Attempt to fix the build on FreeBSD X-Git-Tag: ldb-1.1.0~594 X-Git-Url: http://git.samba.org/samba.git/?a=commitdiff_plain;h=da8d36ce9699e1ea7fbc17b731e2b458c1795f5b;p=samba.git s3: Attempt to fix the build on FreeBSD --- 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; /**