X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=src%2Flstream.h;h=877f66ca21d71d0d1702b4117c50e1359ec10c01;hb=2409cab800d46dd20d2ccf674cee3366ea31a72c;hp=37211a1a962fa3eb09b12b457dba5a5ca69ad5a4;hpb=3198ed8319f99e19a14447745f4f93e4b4522961;p=chise%2Fxemacs-chise.git diff --git a/src/lstream.h b/src/lstream.h index 37211a1..877f66c 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);