From dc33cb1418c5e573d4f4325ae15cfab9eec0a140 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Mon, 3 Feb 2014 18:50:06 +0000 Subject: atari fix for undefined PATH_MAX --- atari/hotlist.h | 7 ++++--- 1 file 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 -#include -#include -#include #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 { -- cgit v1.2.3