diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2005-05-16 09:32:41 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2005-05-16 09:32:41 +0000 |
| commit | 228f8c4f8b8728dbd5ba4621e74fa8576d64e869 (patch) | |
| tree | 982cd06c800f6b2cea617fde89502fdfe5d1af5f /usr.bin/mklocale | |
| parent | 85efd7165f65714d6e733d1d4db6edbd80139a89 (diff) | |
Notes
Diffstat (limited to 'usr.bin/mklocale')
| -rw-r--r-- | usr.bin/mklocale/Makefile | 2 | ||||
| -rw-r--r-- | usr.bin/mklocale/yacc.y | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/mklocale/Makefile b/usr.bin/mklocale/Makefile index 0f0978fa9dba..9873d4e32fc3 100644 --- a/usr.bin/mklocale/Makefile +++ b/usr.bin/mklocale/Makefile @@ -4,6 +4,6 @@ PROG= mklocale WARNS?= 6 SRCS= yacc.y lex.l y.tab.h -CFLAGS+= -I. -I${.CURDIR} +CFLAGS+= -I. -I${.CURDIR} -I${.CURDIR}/../../lib/libc/locale .include <bsd.prog.mk> diff --git a/usr.bin/mklocale/yacc.y b/usr.bin/mklocale/yacc.y index fc2df7e1ef5d..a41d02ed3d1a 100644 --- a/usr.bin/mklocale/yacc.y +++ b/usr.bin/mklocale/yacc.y @@ -48,7 +48,6 @@ __FBSDID("$FreeBSD$"); #include <ctype.h> #include <err.h> -#include <runefile.h> #include <stddef.h> #include <stdio.h> #include <stdlib.h> @@ -57,6 +56,7 @@ __FBSDID("$FreeBSD$"); #include "ldef.h" #include "extern.h" +#include "runefile.h" static void *xmalloc(unsigned int sz); static uint32_t *xlalloc(unsigned int sz); |
