]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
registry: add a missing include
authorRalph Boehme <slow@samba.org>
Thu, 16 May 2019 14:05:31 +0000 (16:05 +0200)
committerKarolin Seeger <kseeger@samba.org>
Thu, 13 Jun 2019 10:22:11 +0000 (10:22 +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>
Reviewed-by: Karolin Seeger <kseeger@samba.org>
Autobuild-User(master): Ralph Böhme <slow@samba.org>
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

index 86a217661f342f0f4130dc795b1cb3581eb5fdbf..b86cbe2d099dea5db0c67b6cf3fcfad55e211152 100644 (file)
@@ -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"