After removing uint64_t from stddef.h the tcc_libm.h now needs to
include stdint.h
This commit is contained in:
herman ten brugge 2021-01-03 20:12:34 +01:00
parent 33d5a9fadb
commit 4c9516941c

View file

@ -2,6 +2,7 @@
#define _TCC_LIBM_H_
#include "../math.h"
#include "../stdint.h"
/* TCC uses 8 bytes for double and long double, so effectively the l variants
* are never used. For now, they just run the normal (double) variant.