diff options
author | Kenichi Handa <handa@m17n.org> | 2002-03-01 01:06:01 +0000 |
---|---|---|
committer | Kenichi Handa <handa@m17n.org> | 2002-03-01 01:06:01 +0000 |
commit | 83be827addf1541b709f80e9f0fc0d0e9ba317e3 (patch) | |
tree | 6aa1e96f75c0a1c2ae2b52db806fcee00d74500b /src/doprnt.c | |
parent | 85969c224afb860db6dea46142ae77bbbd7ff2bd (diff) | |
download | emacs-83be827addf1541b709f80e9f0fc0d0e9ba317e3.tar.gz |
Include "character.h" instead of "charset.h".
Diffstat (limited to 'src/doprnt.c')
-rw-r--r-- | src/doprnt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doprnt.c b/src/doprnt.c index 82a96c7d673..73d4324868f 100644 --- a/src/doprnt.c +++ b/src/doprnt.c @@ -46,7 +46,7 @@ Boston, MA 02111-1307, USA. */ /* Since we use the macro CHAR_HEAD_P, we have to include this, but don't have to include others because CHAR_HEAD_P does not contains another macro. */ -#include "charset.h" +#include "character.h" static int doprnt1 (); |