diff options
author | Günther Deschner <gd@samba.org> | 2009-10-02 00:17:06 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2010-05-18 01:15:38 +0200 |
commit | fe31b67d5e9bf5b6c195eddb5f7b42e680a0f36a (patch) | |
tree | 9066b6603e1ddad94d6ec3c6ec26c575c06b3d40 /source3/libads | |
parent | d7d313851aed176d1caf7374a87c5ad327cb00a8 (diff) | |
download | samba-fe31b67d5e9bf5b6c195eddb5f7b42e680a0f36a.tar.gz samba-fe31b67d5e9bf5b6c195eddb5f7b42e680a0f36a.tar.bz2 samba-fe31b67d5e9bf5b6c195eddb5f7b42e680a0f36a.zip |
s3-registry: only include registry headers when really needed.
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 d5290b23a9..6f49a57bb0 100644 --- a/source3/libads/ldap_printer.c +++ b/source3/libads/ldap_printer.c @@ -19,6 +19,7 @@ #include "includes.h" #include "../librpc/gen_ndr/cli_spoolss.h" +#include "registry.h" #ifdef HAVE_ADS |