From: Adam Dickmeiss Date: Fri, 4 Oct 2002 19:06:25 +0000 (+0000) Subject: Added include of yaz-util.h X-Git-Tag: YAZ.1.9.1~2 X-Git-Url: http://sru.miketaylor.org.uk/?a=commitdiff_plain;h=471b7bd86c74d2c69faaa96d45c4fdf8c643615a;p=yaz-moved-to-github.git Added include of yaz-util.h --- diff --git a/zutil/charneg.c b/zutil/charneg.c index 80dc3e7..726d4f1 100644 --- a/zutil/charneg.c +++ b/zutil/charneg.c @@ -1,5 +1,5 @@ /* - $ $Id: charneg.c,v 1.6 2002-10-04 11:24:39 adam Exp $ + $ $Id: charneg.c,v 1.7 2002-10-04 19:06:25 adam Exp $ * Helper functions for Character Set and Language Negotiation - 3 */ @@ -7,6 +7,7 @@ #include #include #include +#include static Z_External* z_ext_record2(ODR o, int oid_class, int oid_value, const char *buf, int len)