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/smbd/connection.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/smbd/connection.c') diff --git a/source3/smbd/connection.c b/source3/smbd/connection.c index 38615d5445..01eb9d79f7 100644 --- a/source3/smbd/connection.c +++ b/source3/smbd/connection.c @@ -24,6 +24,7 @@ #include "auth.h" #include "../lib/tsocket/tsocket.h" #include "messages.h" +#include "lib/conn_tdb.h" /**************************************************************************** Delete a connection record. -- cgit