s4-dsdb: Add missing header file for write() and close()
authorAndreas Schneider <asn@samba.org>
Tue, 5 Jul 2016 08:56:24 +0000 (10:56 +0200)
committerStefan Metzmacher <metze@samba.org>
Wed, 6 Jul 2016 17:07:16 +0000 (19:07 +0200)
This fixes compilation with gcc 4.8.5.

Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
source4/dsdb/common/util.c

index 1c546d7db4e61f01427735591c597a0fb27a90cc..ed2dde313553d042bf3b94aad828dbb6ee6ff336 100644 (file)
@@ -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"