From: Martin Mares Date: Wed, 22 May 2002 16:32:46 +0000 (+0000) Subject: Need to include unicode.h for GET_UTF8. X-Git-Tag: holmes-import~1428 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=48de1a99051c2cfe23a068ab82e7127816db7be5;p=libucw.git Need to include unicode.h for GET_UTF8. --- 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);