From: Adam Dickmeiss Date: Tue, 7 May 2002 11:01:14 +0000 (+0000) Subject: added include of ctype.h X-Git-Tag: YAZ.1.8.7.CCL~8 X-Git-Url: http://lists.indexdata.com/cgi-bin?a=commitdiff_plain;h=685c6aaf6bf432a0de5e5f8c30a12629e7d26571;p=yaz-moved-to-github.git added include of ctype.h --- diff --git a/zutil/pquery.c b/zutil/pquery.c index 46b221a..d17147e 100644 --- a/zutil/pquery.c +++ b/zutil/pquery.c @@ -2,12 +2,13 @@ * Copyright (c) 1995-2002, Index Data. * See the file LICENSE for details. * - * $Id: pquery.c,v 1.14 2002-05-01 10:22:52 adam Exp $ + * $Id: pquery.c,v 1.15 2002-05-07 11:01:14 adam Exp $ */ #include #include #include +#include #include #include