summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Andersen <jeffandersen@google.com>2017-03-02 10:56:12 -0800
committerchrome-bot <chrome-bot@chromium.org>2017-03-02 22:02:23 -0800
commit9e7fdc239c5e8aaffb0ff174b69d022baf61a3e0 (patch)
tree56fa3015add50c5fe3722600a6d50266b58008ef
parentee1ccf4fbe7edf9817cb1d64043dbbdc926b9be2 (diff)
downloadchrome-ec-9e7fdc239c5e8aaffb0ff174b69d022baf61a3e0.tar.gz
Include <stdint.h> 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 <jeffandersen@google.com> Tested-by: Jeff Andersen <jeffandersen@google.com> Reviewed-by: Carl Hamilton <carlh@chromium.org> Reviewed-by: Vadim Bendebury <vbendeb@chromium.org>
-rw-r--r--include/watchdog.h2
1 files changed, 2 insertions, 0 deletions
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 <stdint.h>
+
/**
* Initialize the watchdog.
*