From ee95879c08bd807cfaac9ae59899d6c7f8772e0f 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/fbtk/fill.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'frontends/kolibrios/fb/fbtk/fill.c') diff --git a/frontends/kolibrios/fb/fbtk/fill.c b/frontends/kolibrios/fb/fbtk/fill.c index 9377933cc..015febf6d 100644 --- a/frontends/kolibrios/fb/fbtk/fill.c +++ b/frontends/kolibrios/fb/fbtk/fill.c @@ -26,8 +26,8 @@ #include "netsurf/browser_window.h" -#include "framebuffer/gui.h" -#include "framebuffer/fbtk.h" +#include "kolibrios/fb/gui.h" +#include "kolibrios/fb/fbtk.h" #include "widget.h" -- cgit v1.2.3