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; /**