X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=util%2Freadconf.c;h=6973d1f754711ef5258cc7f85f3a97f71083d09f;hb=142235dcf39ff59a20918e53abcf62f59fa9f2a4;hp=57ac8ad4ee6fa7c367b7654cc8f3dbf6f01d4b74;hpb=bf4149c63ad2e11429e302a89f472de52b4d7ce8;p=yaz-moved-to-github.git 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')