diff options
author | Alexey Zelkin <phantom@FreeBSD.org> | 2003-06-25 22:31:42 +0000 |
---|---|---|
committer | Alexey Zelkin <phantom@FreeBSD.org> | 2003-06-25 22:31:42 +0000 |
commit | d8d484139833f9a9adac42be2d81c67549f1c2e5 (patch) | |
tree | 90c3060959e38ee7782fdeb894ac39bf80be1c5e /usr.bin | |
parent | 73e180240faa4d0a797a84e4e44bdf4ba707feeb (diff) | |
download | src-d8d484139833f9a9adac42be2d81c67549f1c2e5.tar.gz src-d8d484139833f9a9adac42be2d81c67549f1c2e5.zip |
Notes
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/locale/locale.c | 2 |
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> |