From 9e7fdc239c5e8aaffb0ff174b69d022baf61a3e0 Mon Sep 17 00:00:00 2001 From: Jeff Andersen Date: Thu, 2 Mar 2017 10:56:12 -0800 Subject: [PATCH] Include in include/watchdog.h. Previously, the int types used in the watchdog_trace() function signature were not being included properly. BUG=none BRANCH=none TEST=make buildall -j Change-Id: Ib4666285c314cbdb101e3ba602e4f27540a1346c Reviewed-on: https://chromium-review.googlesource.com/448345 Commit-Ready: Jeff Andersen Tested-by: Jeff Andersen Reviewed-by: Carl Hamilton Reviewed-by: Vadim Bendebury --- include/watchdog.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/watchdog.h b/include/watchdog.h index 1853a3a87b..d2879c8381 100644 --- a/include/watchdog.h +++ b/include/watchdog.h @@ -8,6 +8,8 @@ #ifndef __CROS_EC_WATCHDOG_H #define __CROS_EC_WATCHDOG_H +#include + /** * Initialize the watchdog. *