From: Adam Dickmeiss Date: Wed, 14 Oct 1998 13:32:35 +0000 (+0000) Subject: Added include of string.h. X-Git-Tag: YAZ.1.8~435 X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=commitdiff_plain;h=e93e1b6814d3e9cd8575f7f2d496bf3be83434b4;hp=45bfcdc6cfcb7af8b930fe49c43aeadfe5624f20 Added include of string.h. --- diff --git a/util/oid.c b/util/oid.c index af20221..2629ded 100644 --- a/util/oid.c +++ b/util/oid.c @@ -4,7 +4,10 @@ * Sebastian Hammer, Adam Dickmeiss * * $Log: oid.c,v $ - * Revision 1.28 1998-10-13 16:01:53 adam + * Revision 1.29 1998-10-14 13:32:35 adam + * Added include of string.h. + * + * Revision 1.28 1998/10/13 16:01:53 adam * Implemented support for dynamic object identifiers. * Function oid_getvalbyname now accepts raw OID's as well as traditional * names. @@ -118,6 +121,7 @@ */ #include +#include #include #include