瀏覽代碼

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

Waldemar Brodkorb 9 月之前
父節點
當前提交
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;