add redundant includes for stdint.h and stddef.h when compiling with stdlib - necessary for IDE error-checking
This commit is contained in:
parent
fdae28a2d8
commit
261322aaba
1 changed files with 3 additions and 0 deletions
|
|
@ -133,6 +133,9 @@ typedef void* cu_ptr;
|
||||||
# define ZERO 0
|
# define ZERO 0
|
||||||
typedef uword size_t;
|
typedef uword size_t;
|
||||||
typedef iword ssize_t;
|
typedef iword ssize_t;
|
||||||
|
#else
|
||||||
|
# include <stdint.h>
|
||||||
|
# include <stddef.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
Loading…
Add table
Reference in a new issue