diff options
Diffstat (limited to 'malloc')
-rw-r--r-- | malloc/malloc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/malloc/malloc.c b/malloc/malloc.c index 4885793905..e29105c372 100644 --- a/malloc/malloc.c +++ b/malloc/malloc.c @@ -237,7 +237,7 @@ #include <sys/param.h> /* For ALIGN_UP et. al. */ -#include <libc-internal.h> +#include <libc-pointer-arith.h> #include <malloc/malloc-internal.h> |