[PATCH] dsdb: fix the build

Uri Simchoni uri at samba.org
Wed Jul 6 19:01:32 UTC 2016


Hi,

The attached patch fixes the build on my machine.

Please push if happy (and if a fix is not already waiting in autobuild).
Thanks,
Uri
-------------- next part --------------
From a4015648b4e52a30eebec3e77e8dbd8c5c95efb3 Mon Sep 17 00:00:00 2001
From: Uri Simchoni <uri at samba.org>
Date: Wed, 6 Jul 2016 21:54:56 +0300
Subject: [PATCH] Add missing include to fix build

Signed-off-by: Uri Simchoni <uri at samba.org>
---
 source4/dsdb/common/util.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/source4/dsdb/common/util.c b/source4/dsdb/common/util.c
index 1c546d7..b4d1ef4 100644
--- a/source4/dsdb/common/util.c
+++ b/source4/dsdb/common/util.c
@@ -22,6 +22,7 @@
 */
 
 #include "includes.h"
+#include "system/filesys.h"
 #include "events/events.h"
 #include "ldb.h"
 #include "ldb_module.h"
-- 
2.5.5



More information about the samba-technical mailing list