summaryrefslogtreecommitdiff
path: root/firmware/core_alloc.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/core_alloc.c')
-rw-r--r--firmware/core_alloc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/core_alloc.c b/firmware/core_alloc.c
index 948911b973..6f6c385597 100644
--- a/firmware/core_alloc.c
+++ b/firmware/core_alloc.c
@@ -3,7 +3,7 @@
3#include <string.h> 3#include <string.h>
4#include "system.h" 4#include "system.h"
5#include "core_alloc.h" 5#include "core_alloc.h"
6#include "buflib.h" 6#include "buflib_mempool.h"
7 7
8/* not static so it can be discovered by core_get_data() */ 8/* not static so it can be discovered by core_get_data() */
9struct buflib_context core_ctx; 9struct buflib_context core_ctx;