* debug.c, eval.c, evalext.c, stacks.c: #include "modules.h".

This commit is contained in:
Mikael Djurfeldt 1999-03-19 02:28:41 +00:00
commit 650de6d73d
3 changed files with 3 additions and 0 deletions

View file

@ -43,6 +43,7 @@
#include "_scm.h"
#include "eval.h"
#include "macros.h"
#include "modules.h"
#include "evalext.h"