(Fput_char_attribute): Forgot to `CHECK_CHAR'.
[chise/xemacs-chise.git-] / src / lstream.h
index b2f9ea4..b56fede 100644 (file)
@@ -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