COMP: Using proper __QNX__ preprocessor test.
This commit is contained in:
parent
dcbbcba51a
commit
eea7221f31
@ -25,8 +25,8 @@
|
|||||||
|
|
||||||
#include <ctype.h>
|
#include <ctype.h>
|
||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
#ifdef QNX /* TODO: Find real preprocessor for QNX. */
|
#ifdef __QNX__
|
||||||
# include <malloc.h> /* for malloc/free on some systems */
|
# include <malloc.h> /* for malloc/free on QNX */
|
||||||
#endif
|
#endif
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user