Added include of string.h.
authorAdam Dickmeiss <adam@indexdata.dk>
Wed, 24 Oct 2001 21:35:46 +0000 (21:35 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Wed, 24 Oct 2001 21:35:46 +0000 (21:35 +0000)
zoom/zoomtst4.c

index 7e3339d..84fccbb 100644 (file)
@@ -1,11 +1,12 @@
 /*
- * $Id: zoomtst4.c,v 1.1 2001-10-23 21:00:20 adam Exp $
+ * $Id: zoomtst4.c,v 1.2 2001-10-24 21:35:46 adam Exp $
  *
  * Asynchronous multi-target going through proxy doing search and retrieve
  * using present.
  */
 
 #include <stdio.h>
+#include <string.h>
 #include <yaz/xmalloc.h>
 
 #include <yaz/zoom.h>