diff options
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) |