Browse Source

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

Manuel Novoa III 24 năm trước cách đây
mục cha
commit
742b3c935b
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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 <stdlib.h>
 #include <unistd.h>
 #include <unistd.h>
+#include <malloc.h>
 
 
 static size_t pagesize;
 static size_t pagesize;