From: Volker Lendecke Date: Wed, 23 Mar 2011 16:27:21 +0000 (+0100) Subject: s3: Include prctl where it is actually used X-Git-Tag: ldb-1.1.0~593 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=67fa593aded2e84829217de42ab4d3a0c766fe4a;p=thirdparty%2Fsamba.git s3: Include prctl where it is actually used --- diff --git a/source3/lib/dumpcore.c b/source3/lib/dumpcore.c index 4d093a2b163..505d9490e1b 100644 --- a/source3/lib/dumpcore.c +++ b/source3/lib/dumpcore.c @@ -31,6 +31,10 @@ #include #endif +#ifdef HAVE_SYS_PRCTL_H +#include +#endif + static char *corepath; /**