2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-15 13:02:11 +00:00

Comeau fixes.

Patch from Larry Evans.


[SVN r24824]
This commit is contained in:
Vladimir Prus
2004-08-30 08:22:02 +00:00
parent c4005e1b40
commit e20a80ccc1
2 changed files with 8 additions and 2 deletions

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

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