diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | support/test-container.c | 1 |
2 files changed, 6 insertions, 0 deletions
@@ -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) diff --git a/support/test-container.c b/support/test-container.c index fbdfb4a06a..b58f0f7b3d 100644 --- a/support/test-container.c +++ b/support/test-container.c @@ -37,6 +37,7 @@ #include <utime.h> #include <errno.h> #include <error.h> +#include <libc-pointer-arith.h> #ifdef __linux__ #include <sys/mount.h> |