diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2006-03-07 11:07:23 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:52:24 -0500 |
commit | 122835876748a3eaf5e8d31ad1abddab9acb8781 (patch) | |
tree | a0162084614ca27ebf082c559ae6ab6002988b3a /source/winbind/wb_cmd_lookupname.c | |
parent | c6fa9bd15cdb096c3dfc7a4109d9298933981255 (diff) | |
download | samba-122835876748a3eaf5e8d31ad1abddab9acb8781.tar.gz |
r13924: Split more prototypes out of include/proto.h + initial work on header
file dependencies
Diffstat (limited to 'source/winbind/wb_cmd_lookupname.c')
-rw-r--r-- | source/winbind/wb_cmd_lookupname.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source/winbind/wb_cmd_lookupname.c b/source/winbind/wb_cmd_lookupname.c index 3d894c00648..51d5c5a8d8b 100644 --- a/source/winbind/wb_cmd_lookupname.c +++ b/source/winbind/wb_cmd_lookupname.c @@ -23,6 +23,8 @@ #include "includes.h" #include "libcli/composite/composite.h" #include "winbind/wb_server.h" +#include "winbind/wb_async_helpers.h" +#include "winbind/wb_helper.h" #include "smbd/service_task.h" struct cmd_lookupname_state { |