From 0a65a91563f87ccc3ee67a6eb509d8d4754e07d1 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Wed, 24 Oct 2001 21:35:46 +0000 Subject: [PATCH] Added include of string.h. --- zoom/zoomtst4.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/zoom/zoomtst4.c b/zoom/zoomtst4.c index 7e3339d..84fccbb 100644 --- a/zoom/zoomtst4.c +++ b/zoom/zoomtst4.c @@ -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 +#include #include #include -- 1.7.10.4