summaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorMarcus Shawcroft <marcus.shawcroft@arm.com>2016-10-26 12:53:30 +0100
committerAnas Nashif <nashif@linux.intel.com>2016-10-26 20:51:08 +0000
commita2017aafa1f52632cdcdd5e731ea7ffb19765ccc (patch)
treefd61f217a7d0e450a666f15c711810139616ceb0 /drivers
parentf201b2e79a8821864c9dd746dc49302ce9934969 (diff)
watchdog/iwdg_stm32: Fix missing include compilation error.
Change-Id: I0dae37eae451452e6071639b5258634c44c7ccbf Signed-off-by: Marcus Shawcroft <marcus.shawcroft@arm.com>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/watchdog/iwdg_stm32.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/watchdog/iwdg_stm32.c b/drivers/watchdog/iwdg_stm32.c
index 51cef35c0..e4392317c 100644
--- a/drivers/watchdog/iwdg_stm32.c
+++ b/drivers/watchdog/iwdg_stm32.c
@@ -27,6 +27,8 @@
#include <watchdog.h>
#include <soc.h>
+#include <errno.h>
+
#include "iwdg_stm32.h"
#define AS_IWDG(__base_addr) \