aboutsummaryrefslogtreecommitdiff
path: root/initd/init.h
diff options
context:
space:
mode:
Diffstat (limited to 'initd/init.h')
-rw-r--r--initd/init.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/initd/init.h b/initd/init.h
index 6b68ef6..9e8a1fd 100644
--- a/initd/init.h
+++ b/initd/init.h
@@ -17,11 +17,12 @@
#include <linux/reboot.h>
#include <sys/signalfd.h>
#include <sys/reboot.h>
+#include <stdbool.h>
#include <signal.h>
#include "initsock.h"
#include "service.h"
-#include "util.h"
+#include "config.h"
#define RUNSVCBIN SCRIPTDIR "/runsvc"