aboutsummaryrefslogtreecommitdiffstats
path: root/autoreload.c
diff options
context:
space:
mode:
Diffstat (limited to 'autoreload.c')
-rw-r--r--autoreload.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/autoreload.c b/autoreload.c
index 47751d5..c4b5665 100644
--- a/autoreload.c
+++ b/autoreload.c
@@ -23,8 +23,8 @@
#include <errno.h>
#include <stdlib.h>
#include <string.h>
-#include <unistd.h>
#include <sys/inotify.h>
+#include <unistd.h>
static union {
char d[4096]; /* aligned buffer */