From: Adam Dickmeiss Date: Thu, 4 Sep 1997 07:53:02 +0000 (+0000) Subject: Added include readconf.h. X-Git-Tag: YAZ.1.8~622 X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=commitdiff_plain;h=4fa1a39b60253db85291f4001a92341e4eaf7faa Added include readconf.h. --- diff --git a/util/readconf.c b/util/readconf.c index 57ac8ad..6973d1f 100644 --- a/util/readconf.c +++ b/util/readconf.c @@ -1,10 +1,13 @@ /* - * Copyright (C) 1994, Index Data I/S + * Copyright (C) 1994-1997, Index Data I/S * All rights reserved. * Sebastian Hammer, Adam Dickmeiss * * $Log: readconf.c,v $ - * Revision 1.4 1997-05-14 06:54:07 adam + * Revision 1.5 1997-09-04 07:53:02 adam + * Added include readconf.h. + * + * Revision 1.4 1997/05/14 06:54:07 adam * C++ support. * * Revision 1.3 1996/05/29 15:48:48 quinn @@ -29,6 +32,7 @@ #include #include +#include #define l_isspace(c) ((c) == '\t' || (c) == ' ' || (c) == '\n')