From f995c26de92eadbf3d961ad3e0fb233410798dd2 Mon Sep 17 00:00:00 2001 From: Aidan MacDonald Date: Mon, 2 Jan 2023 19:49:56 +0000 Subject: buflib: Add CONFIG_BUFLIB_BACKEND for selecting a buflib backend Defaults to the normal "mempool" backend, which is currently the only implementation. Change-Id: I56d034a6e0f5edc90c39526d1551945eec6ca336 --- apps/plugin.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/plugin.h') diff --git a/apps/plugin.h b/apps/plugin.h index ea69cbe2b2..850e7484d9 100644 --- a/apps/plugin.h +++ b/apps/plugin.h @@ -100,7 +100,7 @@ int plugin_open(const char *plugin, const char *parameter); #include "list.h" #include "tree.h" #include "color_picker.h" -#include "buflib_mempool.h" +#include "buflib.h" #include "buffering.h" #include "tagcache.h" #include "viewport.h" -- cgit v1.2.3