1
0
Fork 0
mirror of https://gitlab.com/sortix/sortix.git synced 2023-02-13 20:55:38 -05:00

Fix <FILE.h> not being wrapped in __BEGIN_DECLS and __END_DECLS.

This commit is contained in:
Jonas 'Sortie' Termansen 2014-01-03 18:18:25 +01:00
parent a4220d5b5f
commit 7c3df4e4f7

View file

@ -29,6 +29,8 @@
#include <sys/__/types.h>
__BEGIN_DECLS
@include(off_t.h)
@include(size_t.h)
@include(FILE.h)
@ -74,4 +76,6 @@ struct FILE
size_t amount_output_buffered;
};
__END_DECLS
#endif