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