From af51fb5bdfd9c338b7cf8b75b792e04a2667af5e Mon Sep 17 00:00:00 2001 From: Clyne Sullivan Date: Mon, 13 Nov 2023 09:13:32 -0500 Subject: add LIBALEE_SECTION; minor fixes --- memdict.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'memdict.hpp') diff --git a/memdict.hpp b/memdict.hpp index c88bc7d..003b3a7 100644 --- a/memdict.hpp +++ b/memdict.hpp @@ -19,7 +19,7 @@ #ifndef ALEEFORTH_MEMDICT_HPP #define ALEEFORTH_MEMDICT_HPP -#include "alee.hpp" +#include "libalee/alee.hpp" #ifndef MEMDICTSIZE #define MEMDICTSIZE (65536) -- cgit v1.2.3