diff options
author | Günther Deschner <gd@samba.org> | 2011-07-01 14:57:32 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2011-07-01 16:46:26 +0200 |
commit | e02abd6c83708f297b1985bb1bdc7d5dfbc924b2 (patch) | |
tree | 98cba3b7d02273f4743a75185264fd6646a31de7 /source3/printing/spoolssd.c | |
parent | 1765833481ca441429bdf8dd167b729a24edbfa2 (diff) | |
download | samba-e02abd6c83708f297b1985bb1bdc7d5dfbc924b2.tar.gz samba-e02abd6c83708f297b1985bb1bdc7d5dfbc924b2.tar.bz2 samba-e02abd6c83708f297b1985bb1bdc7d5dfbc924b2.zip |
s3-printing: split out printing migration code into a smaller library.
Guenther
Diffstat (limited to 'source3/printing/spoolssd.c')
-rw-r--r-- | source3/printing/spoolssd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/printing/spoolssd.c b/source3/printing/spoolssd.c index 896aee0a53..cb90a9f7c7 100644 --- a/source3/printing/spoolssd.c +++ b/source3/printing/spoolssd.c @@ -22,7 +22,7 @@ #include "messages.h" #include "include/printing.h" -#include "printing/nt_printing_migrate.h" +#include "printing/nt_printing_migrate_internal.h" #include "ntdomain.h" #include "librpc/gen_ndr/srv_winreg.h" #include "librpc/gen_ndr/srv_spoolss.h" |