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
1 changed files with 1 additions and 0 deletions
|
@ -2,6 +2,7 @@
|
||||||
#define _TCC_LIBM_H_
|
#define _TCC_LIBM_H_
|
||||||
|
|
||||||
#include "../math.h"
|
#include "../math.h"
|
||||||
|
#include "../stdint.h"
|
||||||
|
|
||||||
/* TCC uses 8 bytes for double and long double, so effectively the l variants
|
/* 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.
|
* are never used. For now, they just run the normal (double) variant.
|
||||||
|
|
Loading…
Reference in a new issue