diff options
Diffstat (limited to 'src/shared/watchdog.h')
-rw-r--r-- | src/shared/watchdog.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/shared/watchdog.h b/src/shared/watchdog.h index b748b15857..fd1c11a644 100644 --- a/src/shared/watchdog.h +++ b/src/shared/watchdog.h @@ -21,6 +21,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); |