Explorar o código

add missing wchar.h, fixes a compile error with openadk

Waldemar Brodkorb %!s(int64=2) %!d(string=hai) anos
pai
achega
7ecdaaad78
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      libc/sysdeps/linux/common/bits/uClibc_uwchar.h

+ 1 - 0
libc/sysdeps/linux/common/bits/uClibc_uwchar.h

@@ -36,6 +36,7 @@
 
 #include <limits.h>
 #include <stdint.h>
+#include <wchar.h>
 
 #if WCHAR_MIN == 0
 typedef wchar_t				__uwchar_t;