about summary refs log tree commit diff
path: root/support/support_can_chroot.c
diff options
context:
space:
mode:
authorFlorian Weimer <fweimer@redhat.com>2017-12-14 13:48:56 +0100
committerFlorian Weimer <fweimer@redhat.com>2017-12-14 13:48:56 +0100
commitf58bd7f055988d367d8118ccbc4cb8c4dbfd9db2 (patch)
treea34a67faf56b6e7223a6b5b1938e1c5db35fbf72 /support/support_can_chroot.c
parent4ca945e9c5421a174e96ff91eda7fa7482cee8c8 (diff)
downloadglibc-f58bd7f055988d367d8118ccbc4cb8c4dbfd9db2.tar.gz
glibc-f58bd7f055988d367d8118ccbc4cb8c4dbfd9db2.tar.xz
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.c2
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)