diff options
Diffstat (limited to 'clang/tools/CIndex/CIndex.cpp')
| -rw-r--r-- | clang/tools/CIndex/CIndex.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/tools/CIndex/CIndex.cpp b/clang/tools/CIndex/CIndex.cpp index 970ba3878a6..33099cc2393 100644 --- a/clang/tools/CIndex/CIndex.cpp +++ b/clang/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; |

