summaryrefslogtreecommitdiffstats
path: root/source/printing/notify.c
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2003-11-12 01:51:10 +0000
committerAndrew Tridgell <tridge@samba.org>2003-11-12 01:51:10 +0000
commitb3e024ce1da7c7e24fcacd8a2964dd2e4562ba39 (patch)
treeb5d8d830cf1f6ac809e02d83e6a0fca6252d8705 /source/printing/notify.c
parentef01aedfb4e97af9283b0d54dd362aad809016af (diff)
downloadsamba-b3e024ce1da7c7e24fcacd8a2964dd2e4562ba39.tar.gz
samba-b3e024ce1da7c7e24fcacd8a2964dd2e4562ba39.tar.xz
samba-b3e024ce1da7c7e24fcacd8a2964dd2e4562ba39.zip
a small include file rearrangement that doesn't affect normal
compilation, but that allows Samba3 to take advantage of pre-compiled headers in gcc if available.
Diffstat (limited to 'source/printing/notify.c')
-rw-r--r--source/printing/notify.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/printing/notify.c b/source/printing/notify.c
index f2dd7d4f221..7750239630c 100644
--- a/source/printing/notify.c
+++ b/source/printing/notify.c
@@ -20,6 +20,7 @@
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
+#include "includes.h"
#include "printing.h"
static TALLOC_CTX *send_ctx;