summaryrefslogtreecommitdiff
path: root/source3/registry
diff options
context:
space:
mode:
authorRalph Boehme <slow@samba.org>2019-05-16 16:05:31 +0200
committerRalph Boehme <slow@samba.org>2019-05-27 14:29:36 +0000
commite09053faf457f69ad9b5e6a34be43c947503575f (patch)
tree07542d7f45961318c02b15ec040e158ac90d3346 /source3/registry
parenta1f95ba5db6fc017fad35377fbf76c048f2dd8ab (diff)
downloadsamba-e09053faf457f69ad9b5e6a34be43c947503575f.tar.gz
registry: add a missing include
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
Diffstat (limited to 'source3/registry')
-rw-r--r--source3/registry/tests/test_regfio.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/registry/tests/test_regfio.c b/source3/registry/tests/test_regfio.c
index f945e653708..e835e65e0df 100644
--- a/source3/registry/tests/test_regfio.c
+++ b/source3/registry/tests/test_regfio.c
@@ -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"