diff options
Diffstat (limited to 'source3/lib/util_sec.c')
-rw-r--r-- | source3/lib/util_sec.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/lib/util_sec.c b/source3/lib/util_sec.c index 0e2eee44af..60ea214d26 100644 --- a/source3/lib/util_sec.c +++ b/source3/lib/util_sec.c @@ -19,7 +19,7 @@ #ifndef AUTOCONF_TEST #include "includes.h" -#include "lib/uid_wrapper/uid_wrapper.h" +#include "system/passwd.h" /* uid_wrapper */ #else /* we are running this code in autoconf test mode to see which type of setuid function works */ |