From: Garrison Venn Date: Mon, 11 Apr 2011 19:52:49 +0000 (+0000) Subject: Because some systems have reported that this example would not build the X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=2a7d4ad1f4f008ba4820782331464aedccd969d5;p=oota-llvm.git Because some systems have reported that this example would not build the header file cstdio was added as an include. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@129291 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/examples/ExceptionDemo/ExceptionDemo.cpp b/examples/ExceptionDemo/ExceptionDemo.cpp index 5d7a63dce85..cc51706239b 100644 --- a/examples/ExceptionDemo/ExceptionDemo.cpp +++ b/examples/ExceptionDemo/ExceptionDemo.cpp @@ -62,6 +62,11 @@ #include "llvm/Support/IRBuilder.h" #include "llvm/Support/Dwarf.h" +// Note: Some systems seem to have a problem finding +// the symbols like stderr, and fprintf when this +// header file is not included +#include + #include #include