summaryrefslogtreecommitdiff
path: root/nuttx/mm/kmm_heapmember.c
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/mm/kmm_heapmember.c')
-rw-r--r--nuttx/mm/kmm_heapmember.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/nuttx/mm/kmm_heapmember.c b/nuttx/mm/kmm_heapmember.c
index 01fa8b53c..a91a6a667 100644
--- a/nuttx/mm/kmm_heapmember.c
+++ b/nuttx/mm/kmm_heapmember.c
@@ -39,6 +39,10 @@
#include <nuttx/config.h>
+#include <stdbool.h>
+
+#include <nuttx/mm.h>
+
#if defined(CONFIG_MM_KERNEL_HEAP) && defined(CONFIG_DEBUG)
/************************************************************************