[cfe-commits] r86717 - /cfe/trunk/tools/clang-cc/Options.cpp
Dan Gohman
gohman at apple.com
Tue Nov 10 13:21:27 PST 2009
Author: djg
Date: Tue Nov 10 15:21:27 2009
New Revision: 86717
URL: http://llvm.org/viewvc/llvm-project?rev=86717&view=rev
Log:
Use #include <stdio.h> when using fprintf and stderr.
Modified:
cfe/trunk/tools/clang-cc/Options.cpp
Modified: cfe/trunk/tools/clang-cc/Options.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/tools/clang-cc/Options.cpp?rev=86717&r1=86716&r2=86717&view=diff
==============================================================================
--- cfe/trunk/tools/clang-cc/Options.cpp (original)
+++ cfe/trunk/tools/clang-cc/Options.cpp Tue Nov 10 15:21:27 2009
@@ -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;
More information about the cfe-commits
mailing list