Fix build of clang with gcc-4.4: #include <cstdio> was missing.
llvm-svn: 79916
diff --git a/clang/lib/Frontend/RewriteMacros.cpp b/clang/lib/Frontend/RewriteMacros.cpp
index 5db2170..30cd6ff 100644
--- a/clang/lib/Frontend/RewriteMacros.cpp
+++ b/clang/lib/Frontend/RewriteMacros.cpp
@@ -19,6 +19,8 @@
#include "llvm/Support/raw_ostream.h"
#include "llvm/System/Path.h"
#include "llvm/ADT/OwningPtr.h"
+#include <cstdio>
+
using namespace clang;
/// isSameToken - Return true if the two specified tokens start have the same