소스 검색

malloc: add missing header for some arch (alpha)

Waldemar Brodkorb 5 년 전
부모
커밋
6f7c6883b7
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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>