summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnas Nashif <anas.nashif@intel.com>2017-02-10 21:53:40 -0800
committerAnas Nashif <nashif@linux.intel.com>2017-02-11 07:00:40 +0000
commit468eaf6c39ac70894afc3c14c227b60516244f01 (patch)
tree0d8689e5b12e7740cc72e2f617a2a96f916dae3a
parent73a6da0763576750d4427980d55db5dfa013e1a7 (diff)
mvic: include stdint for uint32_t
Change-Id: I1ce93a20d657044526c96998c4fdf37624a0b30e Signed-off-by: Anas Nashif <anas.nashif@intel.com>
-rw-r--r--include/drivers/mvic.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/drivers/mvic.h b/include/drivers/mvic.h
index 6aa8c2eef..313b484ec 100644
--- a/include/drivers/mvic.h
+++ b/include/drivers/mvic.h
@@ -47,6 +47,7 @@
*/
#ifndef _ASMLANGUAGE
+#include <stdint.h>
/* Implementation of irq_controller.h interface */