From 1fadad38de50ec5862cbb1c59bf3f93fc6d1ef20 Mon Sep 17 00:00:00 2001 From: Ralph Boehme Date: Thu, 16 May 2019 16:05:31 +0200 Subject: [PATCH] registry: add a missing include MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bug: https://bugzilla.samba.org/show_bug.cgi?id=13840 Signed-off-by: Ralph Boehme Reviewed-by: Douglas Bagnall Reviewed-by: Karolin Seeger Autobuild-User(master): Ralph Böhme Autobuild-Date(master): Mon May 27 14:29:36 UTC 2019 on sn-devel-184 (cherry picked from commit e09053faf457f69ad9b5e6a34be43c947503575f) --- source3/registry/tests/test_regfio.c | 1 + 1 file changed, 1 insertion(+) diff --git a/source3/registry/tests/test_regfio.c b/source3/registry/tests/test_regfio.c index 86a217661f3..b86cbe2d099 100644 --- a/source3/registry/tests/test_regfio.c +++ b/source3/registry/tests/test_regfio.c @@ -30,6 +30,7 @@ #include "includes.h" #include "lib/replace/replace.h" +#include "system/filesys.h" #include "lib/util/samba_util.h" #include "registry/regfio.h" -- 2.17.1