registry: add a missing include
authorRalph Boehme <slow@samba.org>
Thu, 16 May 2019 14:05:31 +0000 (16:05 +0200)
committerRalph Boehme <slow@samba.org>
Mon, 27 May 2019 14:29:36 +0000 (14:29 +0000)
Bug: https://bugzilla.samba.org/show_bug.cgi?id=13840

Signed-off-by: Ralph Boehme <slow@samba.org>
Reviewed-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
Autobuild-User(master): Ralph Böhme <slow@samba.org>
Autobuild-Date(master): Mon May 27 14:29:36 UTC 2019 on sn-devel-184

source3/registry/tests/test_regfio.c

index f945e6537080802431d78bf9d141c62c79b41ec1..e835e65e0dff912e9bdb2d02324de6f7026b399d 100644 (file)
@@ -31,6 +31,7 @@
 
 #include "includes.h"
 #include "lib/replace/replace.h"
+#include "system/filesys.h"
 #include "lib/util/samba_util.h"
 #include "registry/regfio.h"