commit | 57e6de46f385a1b220be3134bbe80d9d806d01f6 | [log] [tgz] |
---|---|---|
author | Roger Meier <roger@apache.org> | Wed Jul 16 10:19:59 2014 +0200 |
committer | Roger Meier <roger@apache.org> | Wed Jul 16 10:19:59 2014 +0200 |
tree | aa28cb2927f4bc22262f474806e093dd2dd7fa33 | |
parent | 9a93fe07ffd591222e22a7e35cb42549b3d4fe5e [diff] |
THRIFT-2602 Fix missing dist files no config.h for mingw builds Patch: Roger Meier
diff --git a/compiler/cpp/src/thriftl.ll b/compiler/cpp/src/thriftl.ll index 1fe6b2e..af67ff9 100644 --- a/compiler/cpp/src/thriftl.ll +++ b/compiler/cpp/src/thriftl.ll
@@ -53,8 +53,10 @@ #ifdef _MSC_VER #include "windows/config.h" #else +#ifndef _WIN32 #include "config.h" #endif +#endif #include "main.h" #include "globals.h" #include "parse/t_program.h"