X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=src%2Fmb-lb.h;h=26d9359126c78a0c2b5f11ae261e6110c5fb536b;hb=0680bf5c284a73aaa6e267c4b0f1363d2cb48739;hp=f91270c34a323017caac4dd32256d716a1e8eaa4;hpb=cc73cbd85a61c5100def3bc0b5269a716ec28fbc;p=chise%2Fxemacs-chise.git- diff --git a/src/mb-lb.h b/src/mb-lb.h index f91270c..26d9359 100644 --- a/src/mb-lb.h +++ b/src/mb-lb.h @@ -1,4 +1,4 @@ -/* Header for buffer/string representation based on leading-byte. +/* Header for leading-byte based string representation. Copyright (C) 1999 Electrotechnical Laboratory, JAPAN. Licensed to the Free Software Foundation. @@ -29,4 +29,7 @@ Boston, MA 02111-1307, USA. */ /* Maximum number of buffer bytes per Emacs character. */ #define MAX_EMCHAR_LEN 4 + +#include "mb-multibyte.h" + #endif /* _XEMACS_MB_LB_H */