diff options
author | Günther Deschner <gd@samba.org> | 2011-02-22 10:28:29 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2011-02-22 21:52:18 +0100 |
commit | 66e040ee0ae0b58f4cd83b36d7f981b2fb703ed8 (patch) | |
tree | ff5419f42a061941a269eec5efa8116da7c5b203 /source3/utils | |
parent | 67004581e6e19383e5b5961021ee4c047ca1609c (diff) | |
download | samba-66e040ee0ae0b58f4cd83b36d7f981b2fb703ed8.tar.gz samba-66e040ee0ae0b58f4cd83b36d7f981b2fb703ed8.tar.bz2 samba-66e040ee0ae0b58f4cd83b36d7f981b2fb703ed8.zip |
s3-printing: isolate print notification prototypes better.
Guenther
Diffstat (limited to 'source3/utils')
-rw-r--r-- | source3/utils/smbcontrol.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/utils/smbcontrol.c b/source3/utils/smbcontrol.c index f4daf83088..378534d87a 100644 --- a/source3/utils/smbcontrol.c +++ b/source3/utils/smbcontrol.c @@ -28,6 +28,7 @@ #include "librpc/gen_ndr/messaging.h" #include "librpc/gen_ndr/spoolss.h" #include "nt_printing.h" +#include "printing/notify.h" #if HAVE_LIBUNWIND_H #include <libunwind.h> |