COMP: Using proper __QNX__ preprocessor test.

This commit is contained in:
Brad King 2005-03-17 13:06:55 -05:00
parent dcbbcba51a
commit eea7221f31

View File

@ -25,8 +25,8 @@
#include <ctype.h>
#include <errno.h>
#ifdef QNX /* TODO: Find real preprocessor for QNX. */
# include <malloc.h> /* for malloc/free on some systems */
#ifdef __QNX__
# include <malloc.h> /* for malloc/free on QNX */
#endif
#include <stdio.h>
#include <stdlib.h>