watchdog/iwdg_stm32: Fix missing include compilation error.

Change-Id: I0dae37eae451452e6071639b5258634c44c7ccbf
Signed-off-by: Marcus Shawcroft <marcus.shawcroft@arm.com>
This commit is contained in:
Marcus Shawcroft 2016-10-26 12:53:30 +01:00 committed by Anas Nashif
commit a2017aafa1

View file

@ -27,6 +27,8 @@
#include <watchdog.h>
#include <soc.h>
#include <errno.h>
#include "iwdg_stm32.h"
#define AS_IWDG(__base_addr) \