1
0
Fork 0
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:
Jonas 'Sortie' Termansen 2012-09-07 12:45:51 +02:00
parent a478dda4d9
commit 720b02b0fc

View file

@ -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)