From: Ralph Boehme Date: Thu, 16 May 2019 14:05:31 +0000 (+0200) Subject: registry: add a missing include X-Git-Tag: ldb-2.0.5~618 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e09053faf457f69ad9b5e6a34be43c947503575f;p=thirdparty%2Fsamba.git registry: add a missing include Bug: https://bugzilla.samba.org/show_bug.cgi?id=13840 Signed-off-by: Ralph Boehme Reviewed-by: Douglas Bagnall Autobuild-User(master): Ralph Böhme Autobuild-Date(master): Mon May 27 14:29:36 UTC 2019 on sn-devel-184 --- 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"