added include of ctype.h
authorAdam Dickmeiss <adam@indexdata.dk>
Tue, 7 May 2002 11:01:14 +0000 (11:01 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Tue, 7 May 2002 11:01:14 +0000 (11:01 +0000)
zutil/pquery.c

index 46b221a..d17147e 100644 (file)
@@ -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 <stdio.h>
 #include <string.h>
 #include <stdlib.h>
+#include <ctype.h>
 
 #include <yaz/proto.h>
 #include <yaz/oid.h>