Explorar o código

malloc: add missing header for some arch (alpha)

Waldemar Brodkorb %!s(int64=5) %!d(string=hai) anos
pai
achega
6f7c6883b7
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      libc/stdlib/malloc-standard/malloc.h

+ 1 - 0
libc/stdlib/malloc-standard/malloc.h

@@ -23,6 +23,7 @@
 #include <stdlib.h>
 #include <sys/mman.h>
 #include <bits/uClibc_mutex.h>
+#include <bits/uClibc_page.h>