diff options
Diffstat (limited to 'components/hostname.c')
-rw-r--r-- | components/hostname.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/hostname.c b/components/hostname.c index f04a913..dab8b63 100644 --- a/components/hostname.c +++ b/components/hostname.c @@ -2,8 +2,8 @@ #include <stdio.h> #include <unistd.h> -#include "../util.h" #include "../slstatus.h" +#include "../util.h" const char * hostname(const char *unused) |