Skip to content

Commit

Permalink
Fix the build when using gcc-4.4 on linux. Header needed
Browse files Browse the repository at this point in the history
for stderr and fprintf.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79909 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
CunningBaldrick committed Aug 24, 2009
1 parent bcef7df commit 15af79c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/llvm-bcanalyzer/llvm-bcanalyzer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
#include "llvm/Support/PrettyStackTrace.h"
#include "llvm/Support/raw_ostream.h"
#include "llvm/System/Signals.h"
#include <cstdio>
#include <map>
#include <algorithm>
using namespace llvm;
Expand Down

0 comments on commit 15af79c

Please sign in to comment.