mirror of
https://github.com/TinyCC/tinycc.git
synced 2025-11-16 12:34:45 +00: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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user