From 153c4444543411b00fc8682bd38d6e1758a63082 Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Wed, 22 Aug 2012 12:22:58 +0100 Subject: Move browser_window struct to private header. Places that shouldn't include it do, such as front end code. Frontends that have been updated to build: framebuffer gtk monkey riscos TODO: amiga atari beos cocoa windows --- render/box_normalise.c | 1 + 1 file changed, 1 insertion(+) (limited to 'render/box_normalise.c') diff --git a/render/box_normalise.c b/render/box_normalise.c index 19a1cbc25..8428b8455 100644 --- a/render/box_normalise.c +++ b/render/box_normalise.c @@ -25,6 +25,7 @@ #include #include +#include #include "css/css.h" #include "css/select.h" #include "render/box.h" -- cgit v1.2.3