summaryrefslogtreecommitdiff
path: root/firmware/include/core_alloc.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/include/core_alloc.h')
-rw-r--r--firmware/include/core_alloc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/include/core_alloc.h b/firmware/include/core_alloc.h
index 22cc1988da..382200dd75 100644
--- a/firmware/include/core_alloc.h
+++ b/firmware/include/core_alloc.h
@@ -4,7 +4,7 @@
4#include <string.h> 4#include <string.h>
5#include <stdbool.h> 5#include <stdbool.h>
6#include "config.h" 6#include "config.h"
7#include "buflib.h" 7#include "buflib_mempool.h"
8#include "chunk_alloc.h" 8#include "chunk_alloc.h"
9 9
10/* All functions below are wrappers for functions in buflib.h, except 10/* All functions below are wrappers for functions in buflib.h, except