summaryrefslogtreecommitdiff
path: root/components/disk.c
diff options
context:
space:
mode:
Diffstat (limited to 'components/disk.c')
-rw-r--r--components/disk.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/disk.c b/components/disk.c
index 64e2105..0d1c13e 100644
--- a/components/disk.c
+++ b/components/disk.c
@@ -2,8 +2,8 @@
#include <stdio.h>
#include <sys/statvfs.h>
-#include "../util.h"
#include "../slstatus.h"
+#include "../util.h"
const char *
disk_free(const char *path)