Browse Source

Add #include <malloc.h> to silence warning.

Manuel Novoa III 22 years ago
parent
commit
742b3c935b
1 changed files with 1 additions and 0 deletions
  1. 1 0
      libc/stdlib/valloc.c

+ 1 - 0
libc/stdlib/valloc.c

@@ -22,6 +22,7 @@ Cambridge, MA 02139, USA.
 
 #include <stdlib.h>
 #include <unistd.h>
+#include <malloc.h>
 
 static size_t pagesize;