mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-02 04:09:33 -05:00
COMP: Need malloc.h for malloc/free on QNX.
This commit is contained in:
@@ -25,6 +25,7 @@
|
||||
|
||||
#include <ctype.h>
|
||||
#include <errno.h>
|
||||
#include <malloc.h> /* for malloc/free on some systems */
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
||||
Reference in New Issue
Block a user