summaryrefslogtreecommitdiffstats
path: root/usr.bin
diff options
context:
space:
mode:
authorphantom <phantom@FreeBSD.org>2003-06-25 22:31:42 +0000
committerphantom <phantom@FreeBSD.org>2003-06-25 22:31:42 +0000
commitdabc26f3d315f3698bd850f7e0a792e7e6a1da1f (patch)
tree90c3060959e38ee7782fdeb894ac39bf80be1c5e /usr.bin
parentd4023dbc8a67ffa03564b1032d09661d731b567a (diff)
downloadFreeBSD-src-dabc26f3d315f3698bd850f7e0a792e7e6a1da1f.zip
FreeBSD-src-dabc26f3d315f3698bd850f7e0a792e7e6a1da1f.tar.gz
Catch up with _PATH_LOCALE move from rune.h to paths.h
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/locale/locale.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/locale/locale.c b/usr.bin/locale/locale.c
index f52ec04..3a53ff8 100644
--- a/usr.bin/locale/locale.c
+++ b/usr.bin/locale/locale.c
@@ -40,7 +40,7 @@
#include <err.h>
#include <locale.h>
#include <langinfo.h>
-#include <rune.h> /* for _PATH_LOCALE */
+#include <paths.h> /* for _PATH_LOCALE */
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
OpenPOWER on IntegriCloud