mirror of
https://github.com/netsurf-browser/netsurf
synced 2025-01-18 16:49:18 +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
|
#define NS_ATARI_HOTLIST_H
|
||||||
|
|
||||||
#include <stdbool.h>
|
#include <stdbool.h>
|
||||||
#include <sys/types.h>
|
|
||||||
#include <sys/stat.h>
|
|
||||||
#include <limits.h>
|
|
||||||
|
|
||||||
#include "desktop/tree.h"
|
#include "desktop/tree.h"
|
||||||
#include "atari/gemtk/gemtk.h"
|
#include "atari/gemtk/gemtk.h"
|
||||||
#include "atari/treeview.h"
|
#include "atari/treeview.h"
|
||||||
|
|
||||||
|
#ifndef PATH_MAX
|
||||||
|
#define PATH_MAX 1024
|
||||||
|
#endif
|
||||||
|
|
||||||
/* The hotlist window, toolbar and treeview data. */
|
/* The hotlist window, toolbar and treeview data. */
|
||||||
|
|
||||||
struct atari_hotlist {
|
struct atari_hotlist {
|
||||||
|
Loading…
Reference in New Issue
Block a user