mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-12-22 12:12:35 +03:00
atari fix for undefined PATH_MAX
This commit is contained in:
parent
8d9e8791d9
commit
dc33cb1418
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user