diff options
| author | Stefan Monnier | 2001-10-10 16:05:21 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2001-10-10 16:05:21 +0000 |
| commit | e35f6ff7931ff9d1ac4312c2e1cf7afefdd3dcc5 (patch) | |
| tree | 0e39f1cb6e526797bd10beabdca930f114f6688c /src/category.c | |
| parent | 07becdb1973bdeb055eedb959d7f10abe36b574b (diff) | |
| download | emacs-e35f6ff7931ff9d1ac4312c2e1cf7afefdd3dcc5.tar.gz emacs-e35f6ff7931ff9d1ac4312c2e1cf7afefdd3dcc5.zip | |
Include keymap.h.
Diffstat (limited to 'src/category.c')
| -rw-r--r-- | src/category.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/category.c b/src/category.c index e77d6f3b753..c09e32e8d47 100644 --- a/src/category.c +++ b/src/category.c | |||
| @@ -29,6 +29,7 @@ Boston, MA 02111-1307, USA. */ | |||
| 29 | #include "buffer.h" | 29 | #include "buffer.h" |
| 30 | #include "charset.h" | 30 | #include "charset.h" |
| 31 | #include "category.h" | 31 | #include "category.h" |
| 32 | #include "keymap.h" | ||
| 32 | 33 | ||
| 33 | /* The version number of the latest category table. Each category | 34 | /* The version number of the latest category table. Each category |
| 34 | table has a unique version number. It is assigned a new number | 35 | table has a unique version number. It is assigned a new number |