support/test-container.c: Include <libc-pointer-arith.h>

Reviewed-by: DJ Delorie <dj@redhat.com>
This commit is contained in:
Florian Weimer 2018-11-02 15:36:09 +01:00
parent 3ae3c4371d
commit 599f7beee7
2 changed files with 6 additions and 0 deletions

View File

@ -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)

View File

@ -37,6 +37,7 @@
#include <utime.h>
#include <errno.h>
#include <error.h>
#include <libc-pointer-arith.h>
#ifdef __linux__
#include <sys/mount.h>