From cc5751001935615ab81394feb9deb53f894c788c Mon Sep 17 00:00:00 2001 From: "Darryl L. Miles" Date: Wed, 16 Oct 2024 18:24:13 +0100 Subject: [PATCH] textio/txCommands.c: add missing ifdef SCHEME_INTERPRETER --- textio/txCommands.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/textio/txCommands.c b/textio/txCommands.c index 5e05a5f3..33c8ebdf 100644 --- a/textio/txCommands.c +++ b/textio/txCommands.c @@ -49,7 +49,9 @@ static char rcsid[] __attribute__ ((unused)) ="$Header: /usr/cvsroot/magic-8.0/t #include "utils/dqueue.h" #include "utils/malloc.h" #include "utils/utils.h" +#ifdef SCHEME_INTERPRETER #include "lisp/lisp.h" +#endif /* C99 compat */ #include "windows/windows.h"