OSDN Git Service

- pull in prototype for memalign()
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Mon, 27 Oct 2008 17:04:51 +0000 (17:04 -0000)
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Mon, 27 Oct 2008 17:04:51 +0000 (17:04 -0000)
libc/stdlib/malloc-simple/alloc.c

index b6d1ec6..45faf62 100644 (file)
@@ -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)*/