summaryrefslogtreecommitdiffstats
path: root/lib/libc/locale/rune.c
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 /lib/libc/locale/rune.c
parentcdebc7f07f9a4d83ffa1d623eba2a05f5c9c754e (diff)
downloadFreeBSD-src-86758e889524090094ccc686150005965fa2117e.zip
FreeBSD-src-86758e889524090094ccc686150005965fa2117e.tar.gz
Make <runefile.h> internal to libc.
Suggested by: phantom
Diffstat (limited to 'lib/libc/locale/rune.c')
-rw-r--r--lib/libc/locale/rune.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libc/locale/rune.c b/lib/libc/locale/rune.c
index 4d37f36..9acf67d 100644
--- a/lib/libc/locale/rune.c
+++ b/lib/libc/locale/rune.c
@@ -44,7 +44,6 @@ __FBSDID("$FreeBSD$");
#include <arpa/inet.h>
#include <errno.h>
#include <runetype.h>
-#include <runefile.h>
#include <stdio.h>
#include <string.h>
#include <stdlib.h>
@@ -52,6 +51,8 @@ __FBSDID("$FreeBSD$");
#include <sys/stat.h>
#include "un-namespace.h"
+#include "runefile.h"
+
_RuneLocale *_Read_RuneMagi(FILE *);
_RuneLocale *
OpenPOWER on IntegriCloud