summaryrefslogtreecommitdiff
path: root/source3/printing/printing.c
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2022-04-21 12:20:20 +0200
committerJeremy Allison <jra@samba.org>2022-04-26 21:41:29 +0000
commit734e43775509f9a23b7d97eecf5b095167a4694c (patch)
tree1cb59c2ed076489d506f4fc70c4a07878a13a632 /source3/printing/printing.c
parent540502369633ed163b682af916e94019907024d7 (diff)
downloadsamba-734e43775509f9a23b7d97eecf5b095167a4694c.tar.gz
smbd: fd_handle.h does not need includes.h
Move includes.h for struct files_struct to fd_handle.c. Both printing.c and smb1_utils.c depended on fd_handle.h to include the prototypes. Do that explicitly in those files. Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'source3/printing/printing.c')
-rw-r--r--source3/printing/printing.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/printing/printing.c b/source3/printing/printing.c
index 67d798fbb21..82903359fc3 100644
--- a/source3/printing/printing.c
+++ b/source3/printing/printing.c
@@ -20,6 +20,7 @@
*/
#include "includes.h"
+#include "smbd/globals.h"
#include "system/syslog.h"
#include "system/filesys.h"
#include "printing.h"