summaryrefslogtreecommitdiff
path: root/framebuffer
diff options
context:
space:
mode:
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"