From 734e43775509f9a23b7d97eecf5b095167a4694c Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Thu, 21 Apr 2022 12:20:20 +0200 Subject: 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 Reviewed-by: Jeremy Allison --- source3/printing/printing.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/printing/printing.c') 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" -- cgit v1.2.1