summaryrefslogtreecommitdiff
path: root/atari/hotlist.h
diff options
context:
space:
mode:
authorVincent Sanders <vince@netsurf-browser.org>2014-02-03 18:47:34 +0000
committerVincent Sanders <vince@netsurf-browser.org>2014-02-03 18:47:34 +0000
commit8d9e8791d9f9bb693b219af8232085abccbeeda0 (patch)
treeb953e5702ffbf10ec78f0bc95f446e4b84a5a6be /atari/hotlist.h
parent59fe9e09ac1dca268fed7dc04eb592fc49dbb2e6 (diff)
downloadnetsurf-8d9e8791d9f9bb693b219af8232085abccbeeda0.tar.gz
netsurf-8d9e8791d9f9bb693b219af8232085abccbeeda0.tar.bz2
try to make atari limits.h set PATH_MAX
Diffstat (limited to 'atari/hotlist.h')
-rw-r--r--atari/hotlist.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/atari/hotlist.h b/atari/hotlist.h
index 81deca752..d8fc2a6b6 100644
--- a/atari/hotlist.h
+++ b/atari/hotlist.h
@@ -20,6 +20,8 @@
#define NS_ATARI_HOTLIST_H
#include <stdbool.h>
+#include <sys/types.h>
+#include <sys/stat.h>
#include <limits.h>
#include "desktop/tree.h"