added include
authorAdam Dickmeiss <adam@indexdata.dk>
Wed, 5 Jun 2002 21:09:04 +0000 (21:09 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Wed, 5 Jun 2002 21:09:04 +0000 (21:09 +0000)
zoom/zoomtst3.c

index 5695518..224db5f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * $Id: zoomtst3.c,v 1.7 2002-06-02 21:25:50 adam Exp $
+ * $Id: zoomtst3.c,v 1.8 2002-06-05 21:09:04 adam Exp $
  *
  * Asynchronous multi-target client doing search and piggyback retrieval
  */
@@ -7,6 +7,7 @@
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
+#include <ctype.h>
 
 #include <yaz/xmalloc.h>