summaryrefslogtreecommitdiffstats
path: root/usr.bin/mklocale
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2005-05-16 09:32:41 +0000
committerru <ru@FreeBSD.org>2005-05-16 09:32:41 +0000
commit86758e889524090094ccc686150005965fa2117e (patch)
tree982cd06c800f6b2cea617fde89502fdfe5d1af5f /usr.bin/mklocale
parentcdebc7f07f9a4d83ffa1d623eba2a05f5c9c754e (diff)
downloadFreeBSD-src-86758e889524090094ccc686150005965fa2117e.zip
FreeBSD-src-86758e889524090094ccc686150005965fa2117e.tar.gz
Make <runefile.h> internal to libc.
Suggested by: phantom
Diffstat (limited to 'usr.bin/mklocale')
-rw-r--r--usr.bin/mklocale/Makefile2
-rw-r--r--usr.bin/mklocale/yacc.y2
2 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/mklocale/Makefile b/usr.bin/mklocale/Makefile
index 0f0978f..9873d4e 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 fc2df7e..a41d02e 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);
OpenPOWER on IntegriCloud