mirror of
https://github.com/samba-team/samba.git
synced 2024-12-24 21:34:56 +03:00
s3: Include prctl where it is actually used
This commit is contained in:
parent
da8d36ce96
commit
67fa593ade
@ -31,6 +31,10 @@
|
||||
#include <sys/sysctl.h>
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_SYS_PRCTL_H
|
||||
#include <sys/prctl.h>
|
||||
#endif
|
||||
|
||||
static char *corepath;
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user