1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-08-08 17:42:12 +03:00

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

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