1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-04-21 05:21:37 -07:00

Include "character.h".

This commit is contained in:
Kenichi Handa 2002-03-01 01:06:35 +00:00
parent 83be827add
commit d2f6dae878
2 changed files with 2 additions and 0 deletions

View file

@ -88,6 +88,7 @@ extern struct direct *readdir ();
#include "lisp.h"
#include "buffer.h"
#include "commands.h"
#include "character.h"
#include "charset.h"
#include "coding.h"
#include "regex.h"

View file

@ -55,6 +55,7 @@ extern int errno;
#include "lisp.h"
#include "buffer.h"
#include "character.h"
#include "charset.h"
#include "coding.h"
#include "systime.h"