about summary refs log tree commit diff
path: root/wctype/bits/wctype-wchar.h
diff options
context:
space:
mode:
Diffstat (limited to 'wctype/bits/wctype-wchar.h')
-rw-r--r--wctype/bits/wctype-wchar.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/wctype/bits/wctype-wchar.h b/wctype/bits/wctype-wchar.h
index 7481f33a8c..f584669f35 100644
--- a/wctype/bits/wctype-wchar.h
+++ b/wctype/bits/wctype-wchar.h
@@ -42,7 +42,7 @@ typedef unsigned long int wctype_t;
    endian).  We define the bit value interpretations here dependent on the
    machine's byte order.  */
 
-#  include <endian.h>
+#  include <bits/endian.h>
 #  if __BYTE_ORDER == __BIG_ENDIAN
 #   define _ISwbit(bit)	(1 << (bit))
 #  else /* __BYTE_ORDER == __LITTLE_ENDIAN */