From 0bec807ddae43e659a17c62de09951473c70399b 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 Bug: https://bugzilla.samba.org/show_bug.cgi?id=13840 Signed-off-by: Ralph Boehme --- 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.20.1