diff options
Diffstat (limited to 'usr.bin/mklocale/lex.l')
-rw-r--r-- | usr.bin/mklocale/lex.l | 1 |
1 files changed, 1 insertions, 0 deletions
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 <ctype.h> +#include <runetype.h> #include <stdio.h> #include <stdlib.h> |