update.
[chise/xemacs-chise.git-] / src / lstream.h
index e67bf4d..b56fede 100644 (file)
@@ -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);