Add __need_winit_t to wctype.h
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
#ifndef _BITS_WCTYPE_H
|
||||
#define _BITS_WCTYPE_H
|
||||
#include <stdint.h>
|
||||
|
||||
#define __need_wint_t
|
||||
|
||||
#endif /* _BITS_WCTYPE_H */
|
||||
@@ -1,6 +1,6 @@
|
||||
sys_includes = ["stddef.h", "stdint.h", "time.h", "stdio.h" ]
|
||||
include_guard = "_WCTYPE_H"
|
||||
header = ""
|
||||
header = "#include <bits/wctype.h>"
|
||||
language = "C"
|
||||
style = "Type"
|
||||
no_includes = true
|
||||
|
||||
Reference in New Issue
Block a user