Browse Source

malloc: add missing header for some arch (alpha)

Waldemar Brodkorb 4 years ago
parent
commit
6f7c6883b7
1 changed files with 1 additions and 0 deletions
  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>