Add __need_winit_t to wctype.h

This commit is contained in:
Jeremy Soller
2020-05-28 13:43:55 -06:00
parent ae34ade595
commit c7910a8754
2 changed files with 8 additions and 1 deletions
+7
View File
@@ -0,0 +1,7 @@
#ifndef _BITS_WCTYPE_H
#define _BITS_WCTYPE_H
#include <stdint.h>
#define __need_wint_t
#endif /* _BITS_WCTYPE_H */