From 63789e51ed913394c6bd4ac34e40ed0c8fcccccf Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Mon, 24 Apr 2017 00:40:27 +0200 Subject: init: add support for sysupgrades triggered from preinit This will allow to add support for sysupgrades via upgraded from failsafe mode. Signed-off-by: Matthias Schiffer --- watchdog.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'watchdog.h') diff --git a/watchdog.h b/watchdog.h index 641e7e1..3c4a487 100644 --- a/watchdog.h +++ b/watchdog.h @@ -15,6 +15,8 @@ #ifndef __PROCD_WATCHDOG_H #define __PROCD_WATCHDOG_H +#include + #ifndef DISABLE_INIT void watchdog_init(int preinit); char* watchdog_fd(void); -- cgit v1.2.1