From 48de1a99051c2cfe23a068ab82e7127816db7be5 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Wed, 22 May 2002 16:32:46 +0000 Subject: [PATCH] Need to include unicode.h for GET_UTF8. --- charset/unistream.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/charset/unistream.h b/charset/unistream.h index 3eff9969..91477eba 100644 --- a/charset/unistream.h +++ b/charset/unistream.h @@ -1,12 +1,14 @@ /* * The UniCode Library: Reading and writing of UTF-8 on Fastbuf Streams * - * (c) 2001 Martin Mares + * (c) 2001--2002 Martin Mares */ #ifndef _UNISTREAM_H #define _UNISTREAM_H +#include "charset/unicode.h" + int bget_utf8_slow(struct fastbuf *b); void bput_utf8_slow(struct fastbuf *b, uns u); -- 2.39.5