aboutsummaryrefslogtreecommitdiff
path: root/sinit.c
diff options
context:
space:
mode:
Diffstat (limited to 'sinit.c')
-rw-r--r--sinit.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sinit.c b/sinit.c
index 9dcb02b..a88f26a 100644
--- a/sinit.c
+++ b/sinit.c
@@ -1,10 +1,10 @@
/* See LICENSE file for copyright and license details. */
+#include <sys/types.h>
+#include <sys/wait.h>
#include <signal.h>
#include <stdio.h>
#include <stdlib.h>
-#include <sys/types.h>
-#include <sys/wait.h>
#include <unistd.h>
#define LEN(x) (sizeof (x) / sizeof *(x))