#include <stdlib.h>
To fix a problem with a machine not being able to find malloc

Kent
This commit is contained in:
Kent Mein 2002-12-02 09:48:10 +00:00
parent a670f47461
commit 644e4d7c1c
1 changed files with 1 additions and 0 deletions

View File

@ -39,6 +39,7 @@
#include <stdio.h>
#include <stdarg.h>
#include <stdlib.h>
#include "STR_String.h"
#ifdef HAVE_CONFIG_H