now including stdlib.h into the header file to avoid compile time warnings of unknown function free()

This commit is contained in:
Karl-Heinz Zimmer 2001-12-23 22:47:40 +00:00
parent 4ee79f2416
commit 9b1da5342b

View File

@ -31,7 +31,7 @@ typedef char bool;
#define false 0
#endif
//#include <stdlib.h>
#include <stdlib.h>
//#include <string.h>
//#include <ctype.h>