diff options
| author | John McCall <rjmccall@apple.com> | 2009-08-17 21:07:37 +0000 |
|---|---|---|
| committer | John McCall <rjmccall@apple.com> | 2009-08-17 21:07:37 +0000 |
| commit | c5680625c82eddaa0a5a21764c53512860cf2d38 (patch) | |
| tree | f182d8c4824cb32b24eabb89bca59af49b18663f /llvm/docs/tutorial/LangImpl2.html | |
| parent | 993e527b301751a6ad151cfc1b4adff8ef5b6f7a (diff) | |
| download | bcm5719-llvm-c5680625c82eddaa0a5a21764c53512860cf2d38.tar.gz bcm5719-llvm-c5680625c82eddaa0a5a21764c53512860cf2d38.zip | |
#include <cstdlib> in the code listing for strtod.
llvm-svn: 79285
Diffstat (limited to 'llvm/docs/tutorial/LangImpl2.html')
| -rw-r--r-- | llvm/docs/tutorial/LangImpl2.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/docs/tutorial/LangImpl2.html b/llvm/docs/tutorial/LangImpl2.html index 018d0be7603..30215608a8c 100644 --- a/llvm/docs/tutorial/LangImpl2.html +++ b/llvm/docs/tutorial/LangImpl2.html @@ -815,6 +815,7 @@ course.) To build this, just compile with:</p> <div class="doc_code"> <pre> #include <cstdio> +#include <cstdlib> #include <string> #include <map> #include <vector> |

