Fix compilation on Linux, which defines PATH_MAX in a weird place,
from Saleem Abdulrasool! llvm-svn: 173208
This commit is contained in:
@@ -28,6 +28,11 @@
|
||||
#include "llvm/Support/PathV2.h"
|
||||
#include "llvm/Support/raw_ostream.h"
|
||||
#include <stdlib.h>
|
||||
#if defined(LLVM_ON_UNIX)
|
||||
#if defined(__linux__)
|
||||
#include <linux/limits.h>
|
||||
#endif
|
||||
#endif
|
||||
using namespace clang;
|
||||
|
||||
Module::ExportDecl
|
||||
|
||||
Reference in New Issue
Block a user