diff options
author | Günther Deschner <gd@samba.org> | 2011-05-02 13:21:53 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2011-05-02 15:03:44 +0200 |
commit | 0e76eddcc8a4e7e98167b8f92387fae015fae095 (patch) | |
tree | ce716270bc6383c98a59de31582bc3c250729794 /source3/printing | |
parent | 911cdc56c146014058063b872372ff8096c06065 (diff) | |
download | samba-0e76eddcc8a4e7e98167b8f92387fae015fae095.tar.gz samba-0e76eddcc8a4e7e98167b8f92387fae015fae095.tar.bz2 samba-0e76eddcc8a4e7e98167b8f92387fae015fae095.zip |
s3: include ntdomain.h before including generated srv_ headers.
Guenther
Diffstat (limited to 'source3/printing')
-rw-r--r-- | source3/printing/spoolssd.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/printing/spoolssd.c b/source3/printing/spoolssd.c index 4e63dc53c1..a6d8a0fe0b 100644 --- a/source3/printing/spoolssd.c +++ b/source3/printing/spoolssd.c @@ -24,6 +24,7 @@ #include "messages.h" #include "include/printing.h" #include "printing/nt_printing_migrate.h" +#include "ntdomain.h" #include "librpc/gen_ndr/srv_winreg.h" #include "librpc/gen_ndr/srv_spoolss.h" #include "rpc_server/rpc_server.h" |