mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-09 23:00:07 +00:00
support/test-container.c: Include <libc-pointer-arith.h>
Reviewed-by: DJ Delorie <dj@redhat.com>
This commit is contained in:
parent
3ae3c4371d
commit
599f7beee7
@ -1,3 +1,8 @@
|
||||
2018-11-02 Florian Weimer <fweimer@redhat.com>
|
||||
|
||||
* support/test-container.c: Include <libc-pointer-arith.h> for
|
||||
ALIGN_UP.
|
||||
|
||||
2018-11-01 Zong Li <zong@andestech.com>
|
||||
|
||||
* soft-fp/op-8.h (_FP_FRAC_SET_8, _FP_FRAC_ADD_8, _FP_FRAC_SUB_8)
|
||||
|
@ -37,6 +37,7 @@
|
||||
#include <utime.h>
|
||||
#include <errno.h>
|
||||
#include <error.h>
|
||||
#include <libc-pointer-arith.h>
|
||||
|
||||
#ifdef __linux__
|
||||
#include <sys/mount.h>
|
||||
|
Loading…
Reference in New Issue
Block a user