From 171a361375e1cd76a80253d67e4e34a139bb5570 Mon Sep 17 00:00:00 2001 From: Wilco Baan Hofman Date: Mon, 20 Apr 2009 16:51:33 +0200 Subject: Fix ini parsing in the s3 gpext modules. Fix ini parser API. Make the build work MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Günther Deschner --- libgpo/gpo_fetch.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libgpo/gpo_fetch.c') diff --git a/libgpo/gpo_fetch.c b/libgpo/gpo_fetch.c index a5714f7243..beedfc2280 100644 --- a/libgpo/gpo_fetch.c +++ b/libgpo/gpo_fetch.c @@ -20,6 +20,7 @@ #include "includes.h" #include "system/filesys.h" #include "../libgpo/gpo.h" +#include "../libgpo/gpo_ini.h" #if _SAMBA_BUILD_ == 4 #include "param/param.h" -- cgit