summaryrefslogtreecommitdiff
path: root/source4/winbind/wb_cmd_getpwnam.c
diff options
context:
space:
mode:
authorKai Blin <kai@samba.org>2009-02-01 16:08:45 +0100
committerKai Blin <kai@samba.org>2009-02-01 19:42:30 +0100
commit07aa05f678defb69d0d4c6fc9c65750ecaa85bf6 (patch)
tree4c9bbd82fd8b004cb773448e00de3066f849ad82 /source4/winbind/wb_cmd_getpwnam.c
parent1dc745ec895181af84998c1451ebffc7d3ba2081 (diff)
downloadsamba-07aa05f678defb69d0d4c6fc9c65750ecaa85bf6.tar.gz
samba-07aa05f678defb69d0d4c6fc9c65750ecaa85bf6.tar.bz2
samba-07aa05f678defb69d0d4c6fc9c65750ecaa85bf6.zip
shared: Move dom_sid_* utility functions to top level
Diffstat (limited to 'source4/winbind/wb_cmd_getpwnam.c')
-rw-r--r--source4/winbind/wb_cmd_getpwnam.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/winbind/wb_cmd_getpwnam.c b/source4/winbind/wb_cmd_getpwnam.c
index 7d821537f0..be43684f82 100644
--- a/source4/winbind/wb_cmd_getpwnam.c
+++ b/source4/winbind/wb_cmd_getpwnam.c
@@ -27,7 +27,7 @@
#include "winbind/wb_helper.h"
#include "smbd/service_task.h"
#include "libnet/libnet_proto.h"
-#include "libcli/security/proto.h"
+#include "libcli/security/security.h"
struct cmd_getpwnam_state {
struct composite_context *ctx;