From: Andreas Schneider Date: Tue, 5 Jul 2016 08:56:24 +0000 (+0200) Subject: s4-dsdb: Add missing header file for write() and close() X-Git-Tag: tdb-1.3.10~472 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=38b7bed93c6926a914a2eaeff4e9ffe1f2fcc6d7;p=thirdparty%2Fsamba.git s4-dsdb: Add missing header file for write() and close() This fixes compilation with gcc 4.8.5. Signed-off-by: Andreas Schneider Reviewed-by: Ralph Boehme --- diff --git a/source4/dsdb/common/util.c b/source4/dsdb/common/util.c index 1c546d7db4e..ed2dde31355 100644 --- a/source4/dsdb/common/util.c +++ b/source4/dsdb/common/util.c @@ -39,6 +39,7 @@ #include "libcli/auth/libcli_auth.h" #include "librpc/gen_ndr/ndr_drsblobs.h" #include "system/locale.h" +#include "system/filesys.h" #include "lib/util/tsort.h" #include "dsdb/common/util.h" #include "lib/socket/socket.h"