diff options
Diffstat (limited to 'firmware/core_alloc.c')
-rw-r--r-- | firmware/core_alloc.c | 2 |
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 @@ #include <string.h> #include "system.h" #include "core_alloc.h" -#include "buflib.h" +#include "buflib_mempool.h" /* not static so it can be discovered by core_get_data() */ struct buflib_context core_ctx; |