]> mj.ucw.cz Git - libucw.git/commitdiff
Need to include unicode.h for GET_UTF8.
authorMartin Mares <mj@ucw.cz>
Wed, 22 May 2002 16:32:46 +0000 (16:32 +0000)
committerMartin Mares <mj@ucw.cz>
Wed, 22 May 2002 16:32:46 +0000 (16:32 +0000)
charset/unistream.h

index 3eff996950f8e3821ecaacbf58d041ba3f43048e..91477eba9c0a251acbff1103c11f20935c1c337f 100644 (file)
@@ -1,12 +1,14 @@
 /*
  *     The UniCode Library: Reading and writing of UTF-8 on Fastbuf Streams
  *
- *     (c) 2001 Martin Mares <mj@ucw.cz>
+ *     (c) 2001--2002 Martin Mares <mj@ucw.cz>
  */
 
 #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);