summaryrefslogtreecommitdiff
path: root/nuttx/mm/mm_addfreechunk.c
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/mm/mm_addfreechunk.c')
-rw-r--r--nuttx/mm/mm_addfreechunk.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/nuttx/mm/mm_addfreechunk.c b/nuttx/mm/mm_addfreechunk.c
index 61c11baaf..7931c59bb 100644
--- a/nuttx/mm/mm_addfreechunk.c
+++ b/nuttx/mm/mm_addfreechunk.c
@@ -37,8 +37,9 @@
* Included Files
****************************************************************************/
-#include "mm_environment.h"
-#include "mm_internal.h"
+#include <nuttx/config.h>
+
+#include <nuttx/mm.h>
/****************************************************************************
* Pre-processor Definitions