remove malloc.h. Fixes #114892

Original commit message from CVS:
remove malloc.h.  Fixes #114892
This commit is contained in:
David Schleef 2003-06-11 05:29:06 +00:00
parent 20c9e35040
commit a305a1dd7f

View file

@ -29,7 +29,6 @@
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
#include <malloc.h>
#include <string.h>
#include <assert.h>