summaryrefslogtreecommitdiff
path: root/nuttx/mm/kmm_heapmember.c
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-09-03 11:43:23 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-09-03 11:43:23 -0600
commit021cf46544be7eeb7900630cea0ee6ad768ba233 (patch)
treeed79ec918407fb50623e3423f14823fbdb55af14 /nuttx/mm/kmm_heapmember.c
parent04a080ef2aaa4353e21ba5e767b5b304fdbf5365 (diff)
downloadpx4-nuttx-021cf46544be7eeb7900630cea0ee6ad768ba233.tar.gz
px4-nuttx-021cf46544be7eeb7900630cea0ee6ad768ba233.tar.bz2
px4-nuttx-021cf46544be7eeb7900630cea0ee6ad768ba233.zip
I love/hate conditional compilation
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)
/************************************************************************