X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=src%2Fcql.y;h=ed5735da1a9f9f8dac612764d985fdd1c2dc65b0;hp=cf856906b2f971095203663bfdf077bfbc16f0e2;hb=8cb8947e3a7bff4dbf8f124871cb4905df1adce7;hpb=a0b6afa0a1df8722572de79d563d3f0187f2fef7 diff --git a/src/cql.y b/src/cql.y index cf85690..ed5735d 100644 --- a/src/cql.y +++ b/src/cql.y @@ -16,6 +16,10 @@ #endif #include #include +/* avoid that bison stuff defines malloc/free - already in stdlib.h */ +#ifdef _MSC_VER +#define _STDLIB_H 1 +#endif #include #include #include