diff options
author | Andrew Tridgell <tridge@samba.org> | 2005-02-10 05:15:37 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:09:38 -0500 |
commit | ec15008ec703b44ff3073bf074eda8adc8c5d00c (patch) | |
tree | b50942f18ccb11c58d6562fbee4246fbf88cf720 /source4/lib | |
parent | e82aad1ce39a6b7a2e51b9e2cb494d74ec70e158 (diff) | |
download | samba-ec15008ec703b44ff3073bf074eda8adc8c5d00c.tar.gz samba-ec15008ec703b44ff3073bf074eda8adc8c5d00c.tar.bz2 samba-ec15008ec703b44ff3073bf074eda8adc8c5d00c.zip |
r5299: fixed an include ordering problem
(This used to be commit 483b7af1fd6e3caa1db2f6b31ac6165d29ea7512)
Diffstat (limited to 'source4/lib')
-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 |