AIX needs stdlib.h so malloc is defined

This commit is contained in:
Loring Holden 2000-02-10 16:24:10 +00:00
parent 7d7d5faa18
commit 796976d7b8

View file

@ -25,6 +25,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#include <malloc.h>
#include <string.h>
#include <ctype.h>
#include <stdlib.h>
#include <qtypes.h>
#include <common.h>
#include <crc.h>