Comeau fixes.

Patch from Larry Evans.


[SVN r24824]
This commit is contained in:
Vladimir Prus 2004-08-30 08:22:02 +00:00
parent db5e6ad67a
commit d0cb25eb6d

View File

@ -10,7 +10,10 @@
#include <direct.h>
#define PATH_MAX _MAX_PATH
#else
#include <unistd.h>
#include <limits.h>
#if defined(__COMO__)
#include <linux/limits.h>
#endif
#endif