From 471b7bd86c74d2c69faaa96d45c4fdf8c643615a Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Fri, 4 Oct 2002 19:06:25 +0000 Subject: [PATCH] Added include of yaz-util.h --- zutil/charneg.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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) -- 1.7.10.4