lib: Fix prctl detection for prctl_set_comment
authorChristof Schmitt <cs@samba.org>
Wed, 23 Sep 2015 19:28:30 +0000 (12:28 -0700)
committerAndreas Schneider <asn@cryptomilk.org>
Thu, 24 Sep 2015 06:00:16 +0000 (08:00 +0200)
Include config.h to make HAVE_PRCTL available for the precompile check.

Signed-off-by: Christof Schmitt <cs@samba.org>
Reviewed-by: Andreas Schneider <asn@samba.org>
lib/util/util_process.c

index 6036e27c124e2dd0680e3c4035158427d485c30b..bde6060597eae5ae96d22414a80b490aa2db962f 100644 (file)
@@ -20,6 +20,7 @@
  */
 
 #include "util_process.h"
+#include "config.h"
 
 #ifdef HAVE_SYS_PRCTL_H
 #include <sys/prctl.h>