mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-01 18:04:59 +00:00
Include limits.h to make sure PATH_MAX is known on Solaris 10.
Patch by Joakim Johansson! llvm-svn: 139743
This commit is contained in:
parent
3908f7f2b7
commit
7694b6d655
@ -42,6 +42,9 @@
|
|||||||
#if HAVE_STDIO_H
|
#if HAVE_STDIO_H
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#endif
|
#endif
|
||||||
|
#if HAVE_LIMITS_H
|
||||||
|
#include <limits.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
using namespace llvm;
|
using namespace llvm;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user