From 66e040ee0ae0b58f4cd83b36d7f981b2fb703ed8 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Tue, 22 Feb 2011 10:28:29 +0100 Subject: s3-printing: isolate print notification prototypes better. Guenther --- source3/utils/smbcontrol.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/utils') 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 -- cgit