Explorar o código

- pull in prototype for memalign()

Bernhard Reutner-Fischer %!s(int64=17) %!d(string=hai) anos
pai
achega
83c034194f
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      libc/stdlib/malloc-simple/alloc.c

+ 1 - 0
libc/stdlib/malloc-simple/alloc.c

@@ -15,6 +15,7 @@
 #include <string.h>
 #include <errno.h>
 #include <sys/mman.h>
+#include <malloc.h>
 
 /* Experimentally off - libc_hidden_proto(memcpy) */
 /*libc_hidden_proto(memset)*/