diff options
author | Kenichi Handa <handa@m17n.org> | 1998-11-16 01:17:06 +0000 |
---|---|---|
committer | Kenichi Handa <handa@m17n.org> | 1998-11-16 01:17:06 +0000 |
commit | 9192a0270db72b77e1535182753ed398944b716c (patch) | |
tree | fe7fc942f2a76e4310d1ef892e86a94b1b8e8fae /src/abbrev.c | |
parent | 94c02a5e1a2813a0b085d945573cd370c7685c1b (diff) | |
download | emacs-9192a0270db72b77e1535182753ed398944b716c.tar.gz |
Include charset.h.
Diffstat (limited to 'src/abbrev.c')
-rw-r--r-- | src/abbrev.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/abbrev.c b/src/abbrev.c index 7899bc56d49..567aa3ca5f4 100644 --- a/src/abbrev.c +++ b/src/abbrev.c @@ -25,6 +25,7 @@ Boston, MA 02111-1307, USA. */ #include "commands.h" #include "buffer.h" #include "window.h" +#include "charset.h" #include "syntax.h" /* An abbrev table is an obarray. |