]> granicus.if.org Git - clang/commitdiff
Use #include <stdio.h> when using fprintf and stderr.
authorDan Gohman <gohman@apple.com>
Tue, 10 Nov 2009 21:21:27 +0000 (21:21 +0000)
committerDan Gohman <gohman@apple.com>
Tue, 10 Nov 2009 21:21:27 +0000 (21:21 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@86717 91177308-0d34-0410-b5e6-96231b3b80d8

tools/clang-cc/Options.cpp

index 582bddb488991fc175df0d21fd054724b32a9987..4f06ff5a6fbd5a297a8036b720c9485545f67cff 100644 (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;