support/test-container.c: Include <libc-pointer-arith.h>
authorFlorian Weimer <fweimer@redhat.com>
Fri, 2 Nov 2018 14:36:09 +0000 (15:36 +0100)
committerFlorian Weimer <fweimer@redhat.com>
Fri, 2 Nov 2018 17:14:58 +0000 (18:14 +0100)
Reviewed-by: DJ Delorie <dj@redhat.com>
ChangeLog
support/test-container.c

index af75695..da72d30 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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)
index fbdfb4a..b58f0f7 100644 (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>