Browse Source

Added declaration for malloc

ceriel 37 years ago
parent
commit
c42541c99b
1 changed files with 2 additions and 0 deletions
  1. 2 0
      lang/cem/libcc/stdio/fillbuf.c

+ 2 - 0
lang/cem/libcc/stdio/fillbuf.c

@@ -1,6 +1,8 @@
 /* $Header$ */
 #include <stdio.h>
 
+char *malloc();
+
 _fillbuf(iop)
 register FILE *iop;
 {