diff options
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 72c0dd490e8..3bf8248c353 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 (); |