From 4ce140ae69dcd2f70dfc590ef59bde12ccdaf103 Mon Sep 17 00:00:00 2001 From: Mike Smith Date: Wed, 4 Nov 1998 03:42:16 +0000 Subject: Fix includes; we were still pulling in in some places. Support building a standalone interpreter with 'make testmain', remove win32 and egregious gets() in testmain.c --- sys/boot/ficl/stack.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'sys/boot/ficl/stack.c') diff --git a/sys/boot/ficl/stack.c b/sys/boot/ficl/stack.c index d06f3cee6cf9..aee9f8f5ff56 100644 --- a/sys/boot/ficl/stack.c +++ b/sys/boot/ficl/stack.c @@ -5,8 +5,12 @@ ** Created: 16 Oct 1997 ** *******************************************************************/ -#include +#ifdef TESTMAIN +#include +#else +#include +#endif #include "ficl.h" #define STKDEPTH(s) ((s)->sp - (s)->base) -- cgit v1.3