diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2020-03-21 13:08:45 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2020-03-21 13:08:45 +0000 |
commit | 56ecad6907dea785ebffba414dfe3ff586e5f2e0 (patch) | |
tree | b1fec0f61e55d03eb265916c283cf3eb38f951ee /src/shutdown/hpr_wall.c | |
parent | 0f1231c3711b4e56274f84e64d91db3349dd8369 (diff) | |
download | s6-linux-init-56ecad6907dea785ebffba414dfe3ff586e5f2e0.tar.xz |
Include posixishard as late as possible
Diffstat (limited to 'src/shutdown/hpr_wall.c')
-rw-r--r-- | src/shutdown/hpr_wall.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shutdown/hpr_wall.c b/src/shutdown/hpr_wall.c index e63ddea..2ce3dce 100644 --- a/src/shutdown/hpr_wall.c +++ b/src/shutdown/hpr_wall.c @@ -3,10 +3,10 @@ #include <string.h> #include <utmpx.h> -#include <skalibs/posixishard.h> #include <skalibs/allreadwrite.h> #include <skalibs/strerr2.h> #include <skalibs/djbunix.h> +#include <skalibs/posixishard.h> #include "hpr.h" |