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
1 changed files with 4 additions and 0 deletions

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