diff options
author | Andreas Schneider <asn@samba.org> | 2011-10-27 12:00:53 +0200 |
---|---|---|
committer | Andreas Schneider <asn@samba.org> | 2011-10-27 13:32:02 +0200 |
commit | 7cb08171ce5e4ce73a37d2f57f466fda0fd3669b (patch) | |
tree | 1362a05e300ceece942a497242aa42050999f883 /source3/lib/system.c | |
parent | 32fb9017eaa96b49bcdbf5508565e76e1a518b16 (diff) | |
download | samba-7cb08171ce5e4ce73a37d2f57f466fda0fd3669b.tar.gz samba-7cb08171ce5e4ce73a37d2f57f466fda0fd3669b.tar.bz2 samba-7cb08171ce5e4ce73a37d2f57f466fda0fd3669b.zip |
Include uid_wrapper correctly.
Diffstat (limited to 'source3/lib/system.c')
-rw-r--r-- | source3/lib/system.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/lib/system.c b/source3/lib/system.c index 45fe77e344..85988417a6 100644 --- a/source3/lib/system.c +++ b/source3/lib/system.c @@ -25,7 +25,6 @@ #include "system/capability.h" #include "system/passwd.h" #include "system/filesys.h" -#include "lib/uid_wrapper/uid_wrapper.h" #ifdef HAVE_SYS_PRCTL_H #include <sys/prctl.h> |