ソースを参照

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

Waldemar Brodkorb 2 年 前
コミット
7ecdaaad78
1 ファイル変更1 行追加0 行削除
  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;