1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-15 08:10:17 +02:00

* 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
parent 4cbdf5ccfc
commit 650de6d73d
3 changed files with 3 additions and 0 deletions

View file

@ -59,6 +59,7 @@
#include "read.h"
#include "feature.h"
#include "dynwind.h"
#include "modules.h"
#include "debug.h"