Parcourir la source

- pull in prototype for memalign()

Bernhard Reutner-Fischer il y a 17 ans
Parent
commit
83c034194f
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  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)*/