mirror of
git://repo.or.cz/tinycc.git
synced 2026-06-17 15:44:18 +08:00
Fix wine
After removing uint64_t from stddef.h the tcc_libm.h now needs to include stdint.h
This commit is contained in:
parent
33d5a9fadb
commit
4c9516941c
@ -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.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user