From 94a036d4a43c07d86bc7cc3b0e8fb01ce5515647 Mon Sep 17 00:00:00 2001 From: Guilhem Bonnefille Date: Sat, 23 Jun 2007 21:28:00 +0000 Subject: [PATCH] Add include to avoid implicit declaration --- src/main.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main.c b/src/main.c index 243a8fc..d54381b 100644 --- a/src/main.c +++ b/src/main.c @@ -23,6 +23,7 @@ #include "icons/viking_18.png_h" #include "mapcache.h" #include "background.h" +#include "curl_download.h" #include -- 2.11.4.GIT