From ec15008ec703b44ff3073bf074eda8adc8c5d00c Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Thu, 10 Feb 2005 05:15:37 +0000 Subject: r5299: fixed an include ordering problem (This used to be commit 483b7af1fd6e3caa1db2f6b31ac6165d29ea7512) --- source4/lib/unix_privs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/lib') 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 -- cgit