mpp-needs-unistd-for-protos-on-irix-20010828
authorDerrick Brashear <shadow@dementia.org>
Wed, 29 Aug 2001 04:59:38 +0000 (04:59 +0000)
committerDerrick Brashear <shadow@dementia.org>
Wed, 29 Aug 2001 04:59:38 +0000 (04:59 +0000)
so we don't get the implicit int return type and upset the irix compiler

src/mpp/mpp.c

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