summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--atari/hotlist.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/atari/hotlist.h b/atari/hotlist.h
index d8fc2a6b6..52598f27a 100644
--- a/atari/hotlist.h
+++ b/atari/hotlist.h
@@ -20,14 +20,15 @@
#define NS_ATARI_HOTLIST_H
#include <stdbool.h>
-#include <sys/types.h>
-#include <sys/stat.h>
-#include <limits.h>
#include "desktop/tree.h"
#include "atari/gemtk/gemtk.h"
#include "atari/treeview.h"
+#ifndef PATH_MAX
+#define PATH_MAX 1024
+#endif
+
/* The hotlist window, toolbar and treeview data. */
struct atari_hotlist {