1
0
mirror of https://github.com/samba-team/samba.git synced 2025-08-06 17:32:29 +03:00

r5299: fixed an include ordering problem

(This used to be commit 483b7af1fd)
This commit is contained in:
Andrew Tridgell
2005-02-10 05:15:37 +00:00
committed by Gerald (Jerry) Carter
parent e82aad1ce3
commit ec15008ec7

View File

@ -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