X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=src%2Flstream.h;h=b56fede42ff61433c6a212821df27576087b9ca6;hb=d7ba6f450813d8174887b0b58c22d56d1dcfd811;hp=b2f9ea47eade03a5e40e092465eb5940a9ef7b24;hpb=f64b6b450c25bc91059807ccce1121464a15d89a;p=chise%2Fxemacs-chise.git diff --git a/src/lstream.h b/src/lstream.h index b2f9ea4..b56fede 100644 --- a/src/lstream.h +++ b/src/lstream.h @@ -265,6 +265,10 @@ void Lstream_set_character_mode (Lstream *str); #ifdef MULE #ifndef BYTE_ASCII_P +#include "multibyte.h" +#endif + +#ifndef CHAR_ASCII_P #include "character.h" #endif