arm: Add missing include

Add missing include to prevent `'EINVAL' undeclared` when
using `CONFIG_NULL_POINTER_EXCEPTION_DETECTION_DWT=y`

Signed-off-by: George Ruinelli <caco3@ruinelli.ch>
This commit is contained in:
George Ruinelli 2023-02-25 10:10:52 +01:00 committed by Anas Nashif
parent b83cf1f1ee
commit b2512d2f53

View File

@ -10,6 +10,7 @@
*
*/
#include <zephyr/kernel.h>
#include <zephyr/device.h>
#include <aarch32/cortex_m/dwt.h>