From 7b53c84fe1c8ec0cb5e1d7a977eca6197a4c36c6 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Wed, 19 Mar 2008 12:37:17 +0100 Subject: libsmbconf: put the smbconf context struct into a private header. Michael (This used to be commit a99ee5e536eee1563c90e5d7f251bfe9f5d1ffbb) --- source3/lib/smbconf/smbconf.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/lib/smbconf/smbconf.c') diff --git a/source3/lib/smbconf/smbconf.c b/source3/lib/smbconf/smbconf.c index 804b1b8c28..a5059c9eb5 100644 --- a/source3/lib/smbconf/smbconf.c +++ b/source3/lib/smbconf/smbconf.c @@ -19,6 +19,7 @@ */ #include "includes.h" +#include "smbconf_private.h" /********************************************************************** * -- cgit