Explorar o código

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

Manuel Novoa III %!s(int64=22) %!d(string=hai) anos
pai
achega
742b3c935b
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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;