浏览代码

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;