diff options
author | Florian Weimer <fweimer@redhat.com> | 2017-12-14 13:48:56 +0100 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2017-12-14 13:48:56 +0100 |
commit | f58bd7f055988d367d8118ccbc4cb8c4dbfd9db2 (patch) | |
tree | a34a67faf56b6e7223a6b5b1938e1c5db35fbf72 /support/support_can_chroot.c | |
parent | x86-64: Remove sysdeps/x86_64/fpu/s_cosf.S (diff) | |
download | glibc-f58bd7f055988d367d8118ccbc4cb8c4dbfd9db2.tar.gz glibc-f58bd7f055988d367d8118ccbc4cb8c4dbfd9db2.tar.bz2 glibc-f58bd7f055988d367d8118ccbc4cb8c4dbfd9db2.zip |
support: Simplify compiling most of support/ outside of glibc
Some include files were missing because they are implied by the
in-tree build process.
Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Diffstat (limited to 'support/support_can_chroot.c')
-rw-r--r-- | support/support_can_chroot.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/support/support_can_chroot.c b/support/support_can_chroot.c index 0dfd2deb54..a462753f76 100644 --- a/support/support_can_chroot.c +++ b/support/support_can_chroot.c @@ -21,9 +21,9 @@ #include <support/check.h> #include <support/namespace.h> #include <support/support.h> +#include <support/xunistd.h> #include <sys/stat.h> #include <unistd.h> -#include <xunistd.h> static void callback (void *closure) |