atari limits include
This commit is contained in:
parent
17231603db
commit
59fe9e09ac
|
@ -1,6 +1,5 @@
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <cflib.h>
|
#include <cflib.h>
|
||||||
#include <unistd.h>
|
|
||||||
|
|
||||||
#include "utils/log.h"
|
#include "utils/log.h"
|
||||||
#include "utils/messages.h"
|
#include "utils/messages.h"
|
||||||
|
|
|
@ -18,10 +18,14 @@
|
||||||
|
|
||||||
#ifndef NS_ATARI_HOTLIST_H
|
#ifndef NS_ATARI_HOTLIST_H
|
||||||
#define NS_ATARI_HOTLIST_H
|
#define NS_ATARI_HOTLIST_H
|
||||||
|
|
||||||
#include <stdbool.h>
|
#include <stdbool.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"
|
||||||
|
|
||||||
/* 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