X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=src%2Flstream.h;h=b56fede42ff61433c6a212821df27576087b9ca6;hb=debb7eb5baa3e6aae77e4fc0b7704887baf3006e;hp=e67bf4d330baa6406b9c1b969da432ca22847471;hpb=2e3e3f9ee27fec50f45c282d71eaddf7c673bc56;p=chise%2Fxemacs-chise.git diff --git a/src/lstream.h b/src/lstream.h index e67bf4d..b56fede 100644 --- a/src/lstream.h +++ b/src/lstream.h @@ -265,7 +265,11 @@ void Lstream_set_character_mode (Lstream *str); #ifdef MULE #ifndef BYTE_ASCII_P -#include "mule-charset.h" +#include "multibyte.h" +#endif + +#ifndef CHAR_ASCII_P +#include "character.h" #endif INLINE Emchar Lstream_get_emchar (Lstream *stream);