From c041393e66b4a75cfc1165e184be77cc974a63cb Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Mon, 30 May 2016 11:51:10 +0100 Subject: move netsurf header into public API --- frontends/windows/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'frontends/windows') diff --git a/frontends/windows/main.c b/frontends/windows/main.c index 3688851ed..c410de90b 100644 --- a/frontends/windows/main.c +++ b/frontends/windows/main.c @@ -33,7 +33,7 @@ #include "desktop/browser.h" #include "netsurf/fetch.h" #include "netsurf/misc.h" -#include "desktop/netsurf.h" +#include "netsurf/netsurf.h" #include "windows/findfile.h" #include "windows/file.h" -- cgit v1.2.3