summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTed Kremenek <kremenek@apple.com>2009-10-15 22:10:56 +0000
committerTed Kremenek <kremenek@apple.com>2009-10-15 22:10:56 +0000
commitfb8e47323f54b6cdf037a20c005bc56b9b3d92a2 (patch)
tree1267432a457ea0d5c68ac387c52c7df3492459dd
parent4138b11c93f6225edad0d1f2f5201f913ea8f975 (diff)
downloadbcm5719-llvm-fb8e47323f54b6cdf037a20c005bc56b9b3d92a2.tar.gz
bcm5719-llvm-fb8e47323f54b6cdf037a20c005bc56b9b3d92a2.zip
Add missing #include for wait().
llvm-svn: 84207
-rw-r--r--clang/tools/CIndex/CIndex.cpp1
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;
OpenPOWER on IntegriCloud