diff options
author | Andreas Schneider <asn@samba.org> | 2011-10-07 19:00:29 +0200 |
---|---|---|
committer | Andreas Schneider <asn@samba.org> | 2011-10-27 13:32:02 +0200 |
commit | 2f65ae25df489028963825940274703100eb1365 (patch) | |
tree | 9c2b7ce294933f52e02d03eba0c8720e164cd3d6 /source3/registry | |
parent | 7cb08171ce5e4ce73a37d2f57f466fda0fd3669b (diff) | |
download | samba-2f65ae25df489028963825940274703100eb1365.tar.gz samba-2f65ae25df489028963825940274703100eb1365.tar.bz2 samba-2f65ae25df489028963825940274703100eb1365.zip |
s3: Include uid_wrapper where it is missing.
Diffstat (limited to 'source3/registry')
-rw-r--r-- | source3/registry/reg_dispatcher.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/registry/reg_dispatcher.c b/source3/registry/reg_dispatcher.c index 5b52e98e08..765954e502 100644 --- a/source3/registry/reg_dispatcher.c +++ b/source3/registry/reg_dispatcher.c @@ -24,6 +24,7 @@ */ #include "includes.h" +#include "system/passwd.h" /* uid_wrapper */ #include "registry.h" #include "reg_dispatcher.h" #include "../libcli/security/security.h" |