From: Adam Dickmeiss Date: Thu, 25 Sep 1997 14:57:08 +0000 (+0000) Subject: Added string.h. X-Git-Tag: ZEBRA.1.0~305 X-Git-Url: http://sru.miketaylor.org.uk/cgi-bin?a=commitdiff_plain;h=20663edc1f255a5cb9140239138a69e3b76b25a4;p=idzebra-moved-to-github.git Added string.h. --- diff --git a/index/zinfo.c b/index/zinfo.c index f2ae6c8..3aeeee2 100644 --- a/index/zinfo.c +++ b/index/zinfo.c @@ -1,10 +1,13 @@ /* - * Copyright (C) 1994-1996, Index Data I/S + * Copyright (C) 1994-1997, Index Data I/S * All rights reserved. * Sebastian Hammer, Adam Dickmeiss * * $Log: zinfo.c,v $ - * Revision 1.3 1996-05-22 08:21:59 adam + * Revision 1.4 1997-09-25 14:57:08 adam + * Added string.h. + * + * Revision 1.3 1996/05/22 08:21:59 adam * Added public ZebDatabaseInfo structure. * * Revision 1.2 1996/05/14 06:16:41 adam @@ -17,6 +20,7 @@ #include #include +#include #include "zinfo.h"