aboutsummaryrefslogtreecommitdiff
path: root/wctype/cname-lookup.h
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1996-03-28 17:19:40 +0000
committerRoland McGrath <roland@gnu.org>1996-03-28 17:19:40 +0000
commit43efc1033385fe355baffb0592d90653aeb47fd2 (patch)
tree39bb756a868a4fdca95725c7870488262206a065 /wctype/cname-lookup.h
parentffcf96345f519a1a557b019271d4a62ec40f7eaa (diff)
downloadglibc-43efc1033385fe355baffb0592d90653aeb47fd2.tar
glibc-43efc1033385fe355baffb0592d90653aeb47fd2.tar.gz
glibc-43efc1033385fe355baffb0592d90653aeb47fd2.tar.bz2
glibc-43efc1033385fe355baffb0592d90653aeb47fd2.zip
Thu Mar 28 11:53:26 1996 Roland McGrath <roland@whiz-bang.gnu.ai.mit.edu>
* wctype/cname-lookup.h: Find localeinfo.h in ../locale. * wctype/wctype.c: Likewise. * wctype/wctrans.c: Likewise.
Diffstat (limited to 'wctype/cname-lookup.h')
-rw-r--r--wctype/cname-lookup.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/wctype/cname-lookup.h b/wctype/cname-lookup.h
index bef38a12d3..b3c1cdbede 100644
--- a/wctype/cname-lookup.h
+++ b/wctype/cname-lookup.h
@@ -17,7 +17,7 @@ License along with the GNU C Library; see the file COPYING.LIB. If
not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */
-#include "localeinfo.h"
+#include "../locale/localeinfo.h"
/* Some words on the runtime of this functions. Although there is a
loop in the function the runtime is asymptotically quasi constant.