clang fails to build on Linux since 84199 (http://google1.osuosl.org:8011/console). This patch fixes it.
-- Zhanyong
Index: tools/CIndex/CIndex.cpp =================================================================== --- tools/CIndex/CIndex.cpp (revision 84204) +++ tools/CIndex/CIndex.cpp (working copy) @@ -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;
_______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
