From 0c43563d960c4d8caa54297253c210b6def813d9 Mon Sep 17 00:00:00 2001 From: tjr Date: Fri, 5 Sep 2003 16:05:21 +0000 Subject: [PATCH] #include directly for the definition of _CACHED_RUNES, needed by ldef.h, rather than relying on GCC-specific pollution from . Noticed by: Stefan Farfeleder --- usr.bin/mklocale/lex.l | 1 + 1 file changed, 1 insertion(+) diff --git a/usr.bin/mklocale/lex.l b/usr.bin/mklocale/lex.l index eeed535db2c6..2b3c81fce152 100644 --- a/usr.bin/mklocale/lex.l +++ b/usr.bin/mklocale/lex.l @@ -45,6 +45,7 @@ static char sccsid[] = "@(#)lex.l 8.1 (Berkeley) 6/6/93"; __FBSDID("$FreeBSD$"); #include +#include #include #include