X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Fcql.y;h=7bb83f848af886f93cfa995d634cca7580a9d735;hb=7bfdd9cdcbfd12d6690278c9b56a7ac26b2457e9;hp=25a4287ec108c296a5a28d00f5540e80b81324a0;hpb=82b56be0c22f75d8d40f295e09ca8b7c628fa530;p=yaz-moved-to-github.git diff --git a/src/cql.y b/src/cql.y index 25a4287..7bb83f8 100644 --- a/src/cql.y +++ b/src/cql.y @@ -1,5 +1,5 @@ /* This file is part of the YAZ toolkit. - * Copyright (C) 1995-2008 Index Data + * Copyright (C) 1995-2011 Index Data * See the file LICENSE for details. */ /* bison parser for CQL grammar. */ @@ -11,6 +11,9 @@ * This is a YACC parser, but since it must be reentrant, Bison is required. * The original source file is cql.y. */ +#if HAVE_CONFIG_H +#include +#endif #include #include #include