Added time_t declaration to <time.h>.

This commit is contained in:
Jonas 'Sortie' Termansen 2012-03-11 20:38:55 +01:00
parent 5b916b5f63
commit 9fa5690d79
1 changed files with 1 additions and 0 deletions

View File

@ -30,6 +30,7 @@
__BEGIN_DECLS
@include(clock_t.h)
@include(time_t.h)
clock_t clock(void);
time_t time(time_t* t);