projects
/
chise
/
xemacs-chise.git.1
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0a7e846
)
include mb-utf-8.h in UTF-2000.
author
tomo
<tomo>
Thu, 2 Sep 1999 18:33:37 +0000
(18:33 +0000)
committer
tomo
<tomo>
Thu, 2 Sep 1999 18:33:37 +0000
(18:33 +0000)
src/buffer.h
patch
|
blob
|
history
diff --git
a/src/buffer.h
b/src/buffer.h
index
9ce5616
..
55a7514
100644
(file)
--- a/
src/buffer.h
+++ b/
src/buffer.h
@@
-34,6
+34,11
@@
Boston, MA 02111-1307, USA. */
#ifdef MULE
#include "character.h"
+
+#ifdef UTF2000
+#include "mb-utf-8.h"
+#endif
+
#endif
/************************************************************************/