]> sourceware.org Git - glibc.git/commitdiff
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 af7569507bd40bc54a245e217b56cc80495637ae..da72d308c8a98a932b8dcaaf48f0d2ced42986d8 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 fbdfb4a06aff03583896edee15dab4b05272ffd2..b58f0f7b3d1d485984a1beb9f22efa80fdcae20b 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>
This page took 0.067779 seconds and 5 git commands to generate.