COMP: Include <malloc.h> for 'free' on QNX

This commit is contained in:
Brad King 2009-07-13 17:08:38 -04:00
parent 11d42b3e8f
commit 57e14a4f97
1 changed files with 3 additions and 0 deletions

View File

@ -20,6 +20,9 @@
#include <time.h>
#include <string.h>
#include <stdlib.h>
#ifdef __QNX__
# include <malloc.h> /* for malloc/free on QNX */
#endif
#include <cmsys/RegularExpression.hxx>
#include <cmsys/Directory.hxx>