summaryrefslogtreecommitdiff
path: root/framebuffer
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2014-05-18 23:16:46 +0100
committerVincent Sanders <vince@kyllikki.org>2014-05-18 23:17:15 +0100
commit315877c82245f33d20dee0850d27c29b0f4ea666 (patch)
treef26314780124c12601cd6ac891b10bba3a28ba75 /framebuffer
parentcb978fe47000560301fcc809fdd6c63d338bc6d8 (diff)
downloadnetsurf-315877c82245f33d20dee0850d27c29b0f4ea666.tar.gz
netsurf-315877c82245f33d20dee0850d27c29b0f4ea666.tar.bz2
reduce uncessary include usage
Diffstat (limited to 'framebuffer')
-rw-r--r--framebuffer/localhistory.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/framebuffer/localhistory.c b/framebuffer/localhistory.c
index e972a1439..caacae7e5 100644
--- a/framebuffer/localhistory.c
+++ b/framebuffer/localhistory.c
@@ -17,11 +17,14 @@
*/
#include <stdbool.h>
+#include <stdlib.h>
+#include <limits.h>
#include <libnsfb.h>
#include <libnsfb_plot.h>
#include <libnsfb_event.h>
+#include "utils/types.h"
#include "desktop/browser_history.h"
#include "desktop/plotters.h"