X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=util%2Fcql2pqf.c;h=40aa034d68db58f33ecfd61765b045960870ce35;hb=e5567b53a976dd18a2a8b51deaa0189d53a2f226;hp=ba7c1a983afa9f9daf4e58258b1ef1601337dcd6;hpb=b9d525dc1bec0fb8da16a810f7115b656d4b328c;p=yaz-moved-to-github.git diff --git a/util/cql2pqf.c b/util/cql2pqf.c index ba7c1a9..40aa034 100644 --- a/util/cql2pqf.c +++ b/util/cql2pqf.c @@ -1,7 +1,10 @@ /* This file is part of the YAZ toolkit. - * Copyright (C) 1995-2009 Index Data + * Copyright (C) 1995-2011 Index Data * See the file LICENSE for details. */ +#if HAVE_CONFIG_H +#include +#endif #include #include @@ -39,6 +42,7 @@ int main(int argc, char **argv) break; case 'r': reverse = 1; + break; case 'n': iterations = atoi(arg); break;