mpp-needs-unistd-for-protos-on-irix-20010828

so we don't get the implicit int return type and upset the irix compiler
This commit is contained in:
Derrick Brashear 2001-08-29 04:59:38 +00:00
parent b0c5f0cac6
commit 3a6527e026

View File

@ -2,6 +2,7 @@
* (C) Copyright 10/17/86 by Carnegie Mellon University
*/
#include <stdio.h>
#include <unistd.h>
extern char *malloc();