summaryrefslogtreecommitdiff
path: root/src/shared/watchdog.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/shared/watchdog.h')
-rw-r--r--src/shared/watchdog.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/shared/watchdog.h b/src/shared/watchdog.h
index b748b15857..f6ec178ea1 100644
--- a/src/shared/watchdog.h
+++ b/src/shared/watchdog.h
@@ -1,5 +1,3 @@
-/*-*- Mode: C; c-basic-offset: 8; indent-tabs-mode: nil -*-*/
-
#pragma once
/***
@@ -21,6 +19,9 @@
along with systemd; If not, see <http://www.gnu.org/licenses/>.
***/
+#include <stdbool.h>
+
+#include "time-util.h"
#include "util.h"
int watchdog_set_timeout(usec_t *usec);