Should work with __APPLE__ now.

This commit is contained in:
Dominic Bolin 2006-03-17 22:25:12 +00:00
parent 54bc62347c
commit 472dc35894

View file

@ -25,6 +25,11 @@
#include <ctype.h>
#include <dirent.h>
#include <sys/stat.h>
#ifdef __APPLE__
#include <CoreFoundation/CoreFoundation.h>
#include <CoreFoundation/CFString.h>
#include <CoreFoundation/CFBase.h>
#endif
struct Level;