diff options
Diffstat (limited to 'tools')
-rw-r--r-- | tools/CIndex/CIndex.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/CIndex/CIndex.cpp b/tools/CIndex/CIndex.cpp index 970ba3878a..33099cc239 100644 --- a/tools/CIndex/CIndex.cpp +++ b/tools/CIndex/CIndex.cpp @@ -24,6 +24,7 @@ #include "clang/Frontend/ASTUnit.h" #include <cstdio> #include <dlfcn.h> +#include <sys/wait.h> #include "llvm/System/Path.h" using namespace clang; |