Use #include <stdio.h> when using fprintf and stderr.

llvm-svn: 86717
This commit is contained in:
Dan Gohman 2009-11-10 21:21:27 +00:00
parent 87fe40b32d
commit ad5ef3d70f
1 changed files with 1 additions and 0 deletions

View File

@ -17,6 +17,7 @@
#include "clang/Basic/TargetInfo.h"
#include "llvm/ADT/StringMap.h"
#include "llvm/Support/CommandLine.h"
#include <stdio.h>
using namespace clang;