X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=src%2Flstream.h;h=df469602ebe04a546ba3653707337e8e88968479;hb=21139873a3d4f0e532097d6a1d6169bc0b7769e5;hp=b46adbc9c6dbbe482244efb75d59728fc7be97cd;hpb=98a6e4055a1fa624c592ac06f79287d55196ca37;p=chise%2Fxemacs-chise.git- diff --git a/src/lstream.h b/src/lstream.h index b46adbc..df46960 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_HEADER Emchar Lstream_get_emchar (Lstream *stream);