[cfe-commits] r84207 - /cfe/trunk/tools/CIndex/CIndex.cpp
Ted Kremenek
kremenek at apple.com
Thu Oct 15 15:10:56 PDT 2009
Author: kremenek
Date: Thu Oct 15 17:10:56 2009
New Revision: 84207
URL: http://llvm.org/viewvc/llvm-project?rev=84207&view=rev
Log:
Add missing #include for wait().
Modified:
cfe/trunk/tools/CIndex/CIndex.cpp
Modified: cfe/trunk/tools/CIndex/CIndex.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/tools/CIndex/CIndex.cpp?rev=84207&r1=84206&r2=84207&view=diff
==============================================================================
--- cfe/trunk/tools/CIndex/CIndex.cpp (original)
+++ cfe/trunk/tools/CIndex/CIndex.cpp Thu Oct 15 17:10:56 2009
@@ -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;
More information about the cfe-commits
mailing list