mirror of
https://github.com/reactos/CMake.git
synced 2024-11-23 19:49:51 +00:00
COMP: Add missing malloc.h include for QNX.
This commit is contained in:
parent
67944af403
commit
1fec884bcb
@ -64,6 +64,11 @@
|
||||
# define YY_NO_UNISTD_H 1
|
||||
#endif
|
||||
|
||||
/* Make sure malloc and free are available on QNX. */
|
||||
#ifdef __QNX__
|
||||
# include <malloc.h>
|
||||
#endif
|
||||
|
||||
/* Disable features we do not need. */
|
||||
#define YY_NEVER_INTERACTIVE 1
|
||||
#define YY_NO_INPUT 1
|
||||
|
Loading…
Reference in New Issue
Block a user