declare malloc
[pspp] / lib / realloc.c
index 91fa3b250b109d831e80553b30e038f6a84e0727..1f82e75aa9baa3ce7c4330c8d98c39234fcec53c 100644 (file)
@@ -24,6 +24,7 @@
 
 #include <sys/types.h>
 
+char *malloc ();
 char *realloc ();
 
 /* Change the size of an allocated block of memory P to N bytes,