Include "config.h" in include/watchdog.h.

Without this include, the `watchdog_reload()` function will be compiled
as a noop unless "config.h" is included before "watchdog.h" in whatever
compilation unit requires watchdog functionality.

BUG=none
BRANCH=none
TEST=make buildall -j

Change-Id: I311019753f6d61890be1e475664bd528e5250729
Reviewed-on: https://chromium-review.googlesource.com/449694
Commit-Ready: Jeff Andersen <jeffandersen@google.com>
Tested-by: Jeff Andersen <jeffandersen@google.com>
Reviewed-by: Vadim Bendebury <vbendeb@chromium.org>
Reviewed-by: Vincent Palatin <vpalatin@chromium.org>
This commit is contained in:
Jeff Andersen
2017-03-03 10:29:55 -08:00
committed by chrome-bot
parent 67ce1579a8
commit 0fd0dfe0e7

View File

@@ -10,6 +10,8 @@
#include <stdint.h>
#include "config.h"
/**
* Initialize the watchdog.
*