From c77fa3066e981d5a620850148926ea31d6145f9c Mon Sep 17 00:00:00 2001 From: Ashish Gupta Date: Fri, 14 Apr 2017 14:06:18 +0200 Subject: Steal framebuffer and reuse in kolibrios port --- frontends/kolibrios/fb/fetch.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'frontends/kolibrios/fb/fetch.c') diff --git a/frontends/kolibrios/fb/fetch.c b/frontends/kolibrios/fb/fetch.c index 801b87a74..cbeefdb1c 100644 --- a/frontends/kolibrios/fb/fetch.c +++ b/frontends/kolibrios/fb/fetch.c @@ -31,8 +31,8 @@ #include "utils/file.h" #include "netsurf/fetch.h" -#include "framebuffer/findfile.h" -#include "framebuffer/fetch.h" +#include "kolibrios/fb/findfile.h" +#include "kolibrios/fb/fetch.h" /** -- cgit v1.2.3