From 8693a4fff95f2fa1f9c3b93429101c3b3d22218f Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Mon, 4 Jun 2012 15:32:28 +0200 Subject: s3:lib: split things into a conn_tdb.h metze Autobuild-User: Stefan Metzmacher Autobuild-Date: Tue Jun 5 19:28:35 CEST 2012 on sn-devel-104 --- source3/web/statuspage.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/web/statuspage.c') diff --git a/source3/web/statuspage.c b/source3/web/statuspage.c index 49fb32e4fd..4b3d3aea86 100644 --- a/source3/web/statuspage.c +++ b/source3/web/statuspage.c @@ -22,6 +22,7 @@ #include "libcli/security/security.h" #include "locking/proto.h" #include "librpc/gen_ndr/open_files.h" +#include "lib/conn_tdb.h" #define _(x) lang_msg_rotate(talloc_tos(),x) -- cgit