diff options
author | Günther Deschner <gd@samba.org> | 2011-04-13 14:32:16 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2011-04-13 22:23:59 +0200 |
commit | 9824e2e5ee336aa6c72fb121935f364f3d8fea6e (patch) | |
tree | 62934cf0ac9424c4eea8270499f0c8f2673c18d5 /source3/libads | |
parent | d2d976d8351c4bf7557a7bd8509db4a644de913d (diff) | |
download | samba-9824e2e5ee336aa6c72fb121935f364f3d8fea6e.tar.gz samba-9824e2e5ee336aa6c72fb121935f364f3d8fea6e.tar.bz2 samba-9824e2e5ee336aa6c72fb121935f364f3d8fea6e.zip |
s3-rpc_client: add and use rpc_client/rpc_client.h.
Guenther
Diffstat (limited to 'source3/libads')
-rw-r--r-- | source3/libads/ldap_printer.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/libads/ldap_printer.c b/source3/libads/ldap_printer.c index 251dfb0a81..235ef7f954 100644 --- a/source3/libads/ldap_printer.c +++ b/source3/libads/ldap_printer.c @@ -19,6 +19,7 @@ #include "includes.h" #include "ads.h" +#include "rpc_client/rpc_client.h" #include "../librpc/gen_ndr/ndr_spoolss_c.h" #include "rpc_client/cli_spoolss.h" #include "registry.h" |