Skip to content
Snippets Groups Projects
Commit a9f46153 authored by Gregory Nutt's avatar Gregory Nutt
Browse files

Need to include debug.h or compile fails when memory management debug is enabled

parent 3acdb415
Branches
Tags
No related merge requests found
......@@ -41,6 +41,7 @@
#include <stdlib.h>
#include <assert.h>
#include <debug.h>
#include <nuttx/mm.h>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment