atari fix for undefined PATH_MAX

This commit is contained in:
Vincent Sanders 2014-02-03 18:50:06 +00:00
parent 8d9e8791d9
commit dc33cb1418

View File

@ -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 {