Fix libc files not including <assert.h> if using static_assert(3).

This commit is contained in:
Jonas 'Sortie' Termansen 2014-05-28 21:46:05 +02:00
parent cdf452a23b
commit bfcd7768d2
1 changed files with 1 additions and 0 deletions

View File

@ -22,6 +22,7 @@
*******************************************************************************/
#include <assert.h>
#include <time.h>
// TODO: This function is crap and has been replaced by clock_gettime.