lib: Include samba_util.h in server_id_db.h
authorVolker Lendecke <vl@samba.org>
Sun, 12 Jul 2015 16:43:35 +0000 (18:43 +0200)
committerVolker Lendecke <vl@samba.org>
Wed, 28 Oct 2015 15:00:20 +0000 (16:00 +0100)
Usually this came in via server_id.h's includes.h. This will go.

Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Michael Adam <obnox@samba.org>
source3/lib/server_id_db_util.c

index bc1eb0c56a9d393e59f655f7413bbaeba59dc06d..98ee07d2dd07300df5f8d4e10692d246f2582325 100644 (file)
@@ -20,6 +20,7 @@
 #include "replace.h"
 #include "server_id_db_util.h"
 #include "serverid.h"
+#include "lib/util/samba_util.h"
 
 static int server_id_db_check_exclusive(
        struct server_id_db *db, const char *name,