include mb-utf-8.h in UTF-2000.
authortomo <tomo>
Thu, 2 Sep 1999 18:33:37 +0000 (18:33 +0000)
committertomo <tomo>
Thu, 2 Sep 1999 18:33:37 +0000 (18:33 +0000)
src/buffer.h

index 9ce5616..55a7514 100644 (file)
@@ -34,6 +34,11 @@ Boston, MA 02111-1307, USA.  */
 
 #ifdef MULE
 #include "character.h"
+
+#ifdef UTF2000
+#include "mb-utf-8.h"
+#endif
+
 #endif
 
 /************************************************************************/