aboutsummaryrefslogtreecommitdiff
path: root/src/compiler.c
diff options
context:
space:
mode:
authorKimplul <kimi.h.kuparinen@gmail.com>2025-03-18 19:58:30 +0200
committerKimplul <kimi.h.kuparinen@gmail.com>2025-03-18 19:58:47 +0200
commit7b5abecd2bef6b7441b0d850f95d451b441a6f76 (patch)
tree73d86891a41a7bcdb99a4d74f4613dff1f62c995 /src/compiler.c
parent26b79b88ed724d89211e8c3afdebc3c747ef3f67 (diff)
downloadek-7b5abecd2bef6b7441b0d850f95d451b441a6f76.tar.gz
ek-7b5abecd2bef6b7441b0d850f95d451b441a6f76.zip
move to generic conts
Diffstat (limited to 'src/compiler.c')
-rw-r--r--src/compiler.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/compiler.c b/src/compiler.c
index d865ea5..6f24ee6 100644
--- a/src/compiler.c
+++ b/src/compiler.c
@@ -113,7 +113,7 @@ static int process(struct scope *scope, const char *file)
#define MAP_TYPE struct scope *
#define MAP_CMP(a, b) strcmp((a), (b))
#define MAP_NAME scopes
-#include "ek/map.h"
+#include <conts/map.h>
/* ugly global for now */
static struct scopes scopes;