1
0
mirror of https://github.com/Tha14/toxic.git synced 2024-07-01 15:07:46 +02:00

another apple include: <sys/syslimits.h>

for NAME_MAX
This commit is contained in:
stal 2014-07-31 10:52:36 -07:00
parent 67c02404b7
commit 7e5b41c8e0

View File

@ -26,6 +26,7 @@
#ifdef __APPLE__
#include <sys/types.h>
#include <sys/dir.h>
#include <sys/syslimits.h>
#else
#include <dirent.h>
#endif /* ifdef __APPLE__ */