From 06eb81235d975bc7721719d25ac114b4ab2c94da Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Tue, 1 Jul 2014 09:17:22 +0100 Subject: fix fetchers include on windows --- content/fetchers.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'content/fetchers.h') diff --git a/content/fetchers.h b/content/fetchers.h index 3303379d2..d123de986 100644 --- a/content/fetchers.h +++ b/content/fetchers.h @@ -23,7 +23,7 @@ #ifndef _NETSURF_DESKTOP_FETCHERS_H_ #define _NETSURF_DESKTOP_FETCHERS_H_ -#include +#include "utils/config.h" #include struct nsurl; -- cgit v1.2.3