aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/locale
diff options
context:
space:
mode:
authorAlexey Zelkin <phantom@FreeBSD.org>2003-06-25 22:31:42 +0000
committerAlexey Zelkin <phantom@FreeBSD.org>2003-06-25 22:31:42 +0000
commitd8d484139833f9a9adac42be2d81c67549f1c2e5 (patch)
tree90c3060959e38ee7782fdeb894ac39bf80be1c5e /usr.bin/locale
parent73e180240faa4d0a797a84e4e44bdf4ba707feeb (diff)
downloadsrc-d8d484139833f9a9adac42be2d81c67549f1c2e5.tar.gz
src-d8d484139833f9a9adac42be2d81c67549f1c2e5.zip
Notes
Diffstat (limited to 'usr.bin/locale')
-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 f52ec0430c96..3a53ff81381e 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>