diff options
author | DJ Delorie <dj@delorie.com> | 2017-03-09 20:34:44 -0500 |
---|---|---|
committer | DJ Delorie <dj@delorie.com> | 2017-03-09 20:34:44 -0500 |
commit | dad11d1aea27259d5a2ac2e4b6593cf653b49b3f (patch) | |
tree | 9913ea0679f2536144d4f7edb703f52348ef7f9d /malloc/malloc.c | |
parent | 33cb8b061cbf47ea8904bda49a311ca10a4299ac (diff) | |
parent | b24d6d155062b6f3ecd7b0d55442079c941e59c0 (diff) | |
download | glibc-dad11d1aea27259d5a2ac2e4b6593cf653b49b3f.zip glibc-dad11d1aea27259d5a2ac2e4b6593cf653b49b3f.tar.gz glibc-dad11d1aea27259d5a2ac2e4b6593cf653b49b3f.tar.bz2 |
Merge branch 'master' into dj/malloc-tcache
Diffstat (limited to 'malloc/malloc.c')
-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 15d81b8..1343da4 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> |