Add back #include of 'cstdio' to hopefully unbreak the build on Linux.

llvm-svn: 92765
This commit is contained in:
Ted Kremenek 2010-01-05 20:55:39 +00:00
parent 6c1c205183
commit 902292d7ac
1 changed files with 3 additions and 0 deletions

View File

@ -19,6 +19,9 @@
#include "llvm/Support/MemoryBuffer.h"
#include "llvm/System/Program.h"
// Needed to define L_TMPNAM on some systems.
#include <cstdio>
using namespace clang;
using namespace idx;