mirror of
https://gitlab.com/sortix/sortix.git
synced 2023-02-13 20:55:38 -05:00
Fix libc files not including <assert.h> if using static_assert(3).
This commit is contained in:
parent
cdf452a23b
commit
bfcd7768d2
1 changed files with 1 additions and 0 deletions
|
@ -22,6 +22,7 @@
|
||||||
|
|
||||||
*******************************************************************************/
|
*******************************************************************************/
|
||||||
|
|
||||||
|
#include <assert.h>
|
||||||
#include <time.h>
|
#include <time.h>
|
||||||
|
|
||||||
// TODO: This function is crap and has been replaced by clock_gettime.
|
// TODO: This function is crap and has been replaced by clock_gettime.
|
||||||
|
|
Loading…
Reference in a new issue