mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-01 09:53:54 +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
|
||||
#include <stdio.h>
|
||||
#endif
|
||||
#if HAVE_LIMITS_H
|
||||
#include <limits.h>
|
||||
#endif
|
||||
|
||||
using namespace llvm;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user