#include <runetype.h> directly for the definition of _CACHED_RUNES, needed

by ldef.h, rather than relying on GCC-specific pollution from <ctype.h>.

Noticed by:	Stefan Farfeleder
This commit is contained in:
tjr 2003-09-05 16:05:21 +00:00
parent 5c08296b92
commit 0c43563d96

View File

@ -45,6 +45,7 @@ static char sccsid[] = "@(#)lex.l 8.1 (Berkeley) 6/6/93";
__FBSDID("$FreeBSD$");
#include <ctype.h>
#include <runetype.h>
#include <stdio.h>
#include <stdlib.h>