Browse Source

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

Waldemar Brodkorb 9 months ago
parent
commit
7ecdaaad78
1 changed files with 1 additions and 0 deletions
  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;