ansi stdlib.h header is more portable than malloc.h

This commit is contained in:
Jeff Hill
2001-01-11 17:35:04 +00:00
parent 9ab0e7ec59
commit a93f6d5e7e
+1 -1
View File
@@ -17,7 +17,7 @@
#if (defined (IOCSH_REAL_READLINE) || defined (IOCSH_FAKE_READLINE))
#include <stdio.h>
#include <malloc.h>
#include <stdlib.h>
#if (defined (IOCSH_REAL_READLINE))
# include <readline/readline.h>