COMP: Include <malloc.h> for 'free' on QNX
This commit is contained in:
parent
11d42b3e8f
commit
57e14a4f97
@ -20,6 +20,9 @@
|
|||||||
#include <time.h>
|
#include <time.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
#ifdef __QNX__
|
||||||
|
# include <malloc.h> /* for malloc/free on QNX */
|
||||||
|
#endif
|
||||||
|
|
||||||
#include <cmsys/RegularExpression.hxx>
|
#include <cmsys/RegularExpression.hxx>
|
||||||
#include <cmsys/Directory.hxx>
|
#include <cmsys/Directory.hxx>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user