summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVincent Sanders <vince@netsurf-browser.org>2014-02-03 18:37:32 +0000
committerVincent Sanders <vince@netsurf-browser.org>2014-02-03 18:37:32 +0000
commit59fe9e09ac1dca268fed7dc04eb592fc49dbb2e6 (patch)
tree400c73e393bd524cc234be606d24668fca847eeb
parent17231603db0a5cc64fc1575f8cd79eb10c05fc94 (diff)
downloadnetsurf-59fe9e09ac1dca268fed7dc04eb592fc49dbb2e6.tar.gz
netsurf-59fe9e09ac1dca268fed7dc04eb592fc49dbb2e6.tar.bz2
atari limits include
-rw-r--r--atari/deskmenu.c1
-rw-r--r--atari/hotlist.h4
2 files changed, 4 insertions, 1 deletions
diff --git a/atari/deskmenu.c b/atari/deskmenu.c
index 1cef55fc5..a11940827 100644
--- a/atari/deskmenu.c
+++ b/atari/deskmenu.c
@@ -1,6 +1,5 @@
#include <stdlib.h>
#include <cflib.h>
-#include <unistd.h>
#include "utils/log.h"
#include "utils/messages.h"
diff --git a/atari/hotlist.h b/atari/hotlist.h
index d3ef02292..81deca752 100644
--- a/atari/hotlist.h
+++ b/atari/hotlist.h
@@ -18,10 +18,14 @@
#ifndef NS_ATARI_HOTLIST_H
#define NS_ATARI_HOTLIST_H
+
#include <stdbool.h>
+#include <limits.h>
+
#include "desktop/tree.h"
#include "atari/gemtk/gemtk.h"
#include "atari/treeview.h"
+
/* The hotlist window, toolbar and treeview data. */
struct atari_hotlist {