Skip to content
Snippets Groups Projects
Commit 10a137c9 authored by Brad King's avatar Brad King
Browse files

COMP: Need malloc.h for malloc/free on QNX.

parent 6d90ac66
No related branches found
No related tags found
No related merge requests found
......@@ -25,6 +25,7 @@
#include <ctype.h>
#include <errno.h>
#include <malloc.h> /* for malloc/free on some systems */
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment