1
0
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:
Volker Lendecke 2011-03-23 17:27:21 +01:00
parent da8d36ce96
commit 67fa593ade

View File

@ -31,6 +31,10 @@
#include <sys/sysctl.h>
#endif
#ifdef HAVE_SYS_PRCTL_H
#include <sys/prctl.h>
#endif
static char *corepath;
/**