mirror of
https://gitlab.com/sortix/sortix.git
synced 2023-02-13 20:55:38 -05:00
Declare size_t and off_t before FILE in wchar.h.
This commit is contained in:
parent
a478dda4d9
commit
720b02b0fc
1 changed files with 2 additions and 1 deletions
|
@ -29,9 +29,10 @@
|
|||
|
||||
__BEGIN_DECLS
|
||||
|
||||
@include(size_t.h)
|
||||
@include(off_t.h)
|
||||
@include(FILE.h)
|
||||
@include(locale_t.h)
|
||||
@include(size_t.h)
|
||||
@include(va_list.h)
|
||||
@include(wchar_t.h)
|
||||
@include(wint_t.h)
|
||||
|
|
Loading…
Add table
Reference in a new issue