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