diff options
-rw-r--r-- | source4/lib/unix_privs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/lib/unix_privs.c b/source4/lib/unix_privs.c index b59657b7d5..5cc7d5f26e 100644 --- a/source4/lib/unix_privs.c +++ b/source4/lib/unix_privs.c @@ -21,8 +21,8 @@ */ #include "includes.h" -#include "system/passwd.h" #include "system/filesys.h" +#include "system/passwd.h" /* there are times when smbd needs to temporarily gain root privileges |