summaryrefslogtreecommitdiff
path: root/nuttx/mm/kmm_heap/kmm_sbrk.c
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/mm/kmm_heap/kmm_sbrk.c')
-rwxr-xr-xnuttx/mm/kmm_heap/kmm_sbrk.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/mm/kmm_heap/kmm_sbrk.c b/nuttx/mm/kmm_heap/kmm_sbrk.c
index 59dd810e9..3cee21b42 100755
--- a/nuttx/mm/kmm_heap/kmm_sbrk.c
+++ b/nuttx/mm/kmm_heap/kmm_sbrk.c
@@ -39,7 +39,7 @@
#include <nuttx/config.h>
-#include <nuttx/mm.h>
+#include <nuttx/mm/mm.h>
#if defined(CONFIG_BUILD_KERNEL) && defined(__KERNEL__)