commit | 9212e79b3dd9ad1da3600d397dbfa18c4a7b2ee3 | [log] [tgz] |
---|---|---|
author | Roger Meier <roger@apache.org> | Tue Jun 12 21:01:06 2012 +0000 |
committer | Roger Meier <roger@apache.org> | Tue Jun 12 21:01:06 2012 +0000 |
tree | d1ff82b922261c9466d65f11807cfb79e41eea2e | |
parent | 87b704fd91d9d895460cd24405187d45f40b7c18 [diff] [blame] |
THRIFT-1627 compiler built using compilers.vcxproj cannot be used to build some test .thrift files Patch: Andrew Cox git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1349524 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/compiler/cpp/src/thriftl.ll b/compiler/cpp/src/thriftl.ll index bdc41b1..00e9850 100644 --- a/compiler/cpp/src/thriftl.ll +++ b/compiler/cpp/src/thriftl.ll
@@ -38,6 +38,7 @@ #include <string> #include <errno.h> +#include <stdlib.h> #include "main.h" #include "globals.h"