diff options
author | Christof Schmitt <cs@samba.org> | 2015-09-23 12:28:30 -0700 |
---|---|---|
committer | Andreas Schneider <asn@cryptomilk.org> | 2015-09-24 08:00:16 +0200 |
commit | 6788a5f4491cccf5fbe0749d0d1542531e641fc3 (patch) | |
tree | 210a4f838350c80e2a585d20883ac51898c6bd75 /lib | |
parent | 969d043596c0a382325d54d16dbd5e049f884fa9 (diff) | |
download | samba-6788a5f4491cccf5fbe0749d0d1542531e641fc3.tar.gz |
lib: Fix prctl detection for prctl_set_comment
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>
Diffstat (limited to 'lib')
-rw-r--r-- | lib/util/util_process.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/util/util_process.c b/lib/util/util_process.c index 6036e27c124..bde6060597e 100644 --- a/lib/util/util_process.c +++ b/lib/util/util_process.c @@ -20,6 +20,7 @@ */ #include "util_process.h" +#include "config.h" #ifdef HAVE_SYS_PRCTL_H #include <sys/prctl.h> |