atari limits include

This commit is contained in:
Vincent Sanders 2014-02-03 18:37:32 +00:00
parent 17231603db
commit 59fe9e09ac
2 changed files with 4 additions and 1 deletions

View File

@ -1,6 +1,5 @@
#include <stdlib.h>
#include <cflib.h>
#include <unistd.h>
#include "utils/log.h"
#include "utils/messages.h"

View File

@ -18,10 +18,14 @@
#ifndef NS_ATARI_HOTLIST_H
#define NS_ATARI_HOTLIST_H
#include <stdbool.h>
#include <limits.h>
#include "desktop/tree.h"
#include "atari/gemtk/gemtk.h"
#include "atari/treeview.h"
/* The hotlist window, toolbar and treeview data. */
struct atari_hotlist {