COMP: Only include malloc.h on QNX.
This commit is contained in:
parent
74ec81ca3f
commit
6b43d78dae
|
@ -25,7 +25,9 @@
|
|||
|
||||
#include <ctype.h>
|
||||
#include <errno.h>
|
||||
#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>
|
||||
|
|
Loading…
Reference in New Issue