mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-05 13:50:10 -05:00
COMP: Only include malloc.h on QNX.
This commit is contained in:
@@ -25,7 +25,9 @@
|
||||
|
||||
#include <ctype.h>
|
||||
#include <errno.h>
|
||||
#include <malloc.h> /* for malloc/free on some systems */
|
||||
#ifdef QNX /* TODO: Find real preprocessor for QNX. */
|
||||
# include <malloc.h> /* for malloc/free on some systems */
|
||||
#endif
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
||||
Reference in New Issue
Block a user