From 087c7a053a0b13eefda0f657c48fd72d794f79d7 Mon Sep 17 00:00:00 2001 From: Nick Briggs Date: Thu, 20 Apr 2023 18:19:04 -0700 Subject: [PATCH] Compiling with -DDTDDEBUG requires including testtooldefs.h in gcrcell.c --- src/gcrcell.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/gcrcell.c b/src/gcrcell.c index 3b69ead..17040c7 100644 --- a/src/gcrcell.c +++ b/src/gcrcell.c @@ -76,6 +76,9 @@ #include "lispemul.h" // for LispPTR, ConsCell, NIL, POINTERMASK, DLword #include "lspglob.h" // for ListpDTD #include "lsptypes.h" // for dtd, GetDTD, GetTypeNumber, TYPE_ARRAYBLOCK +#ifdef DTDDEBUG +#include "testtooldefs.h" +#endif #ifdef NEWCDRCODING #undef CONSPAGE_LAST