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

* debug.c, eval.c, evalext.c, gdbint.c stacks.c:

#include "modules.h".
This commit is contained in:
Mikael Djurfeldt 1999-03-19 07:13:39 +00:00
parent 33f8ad2b94
commit bcf12299de

View file

@ -50,6 +50,7 @@
#include "read.h"
#include "eval.h"
#include "chars.h"
#include "modules.h"
#include "gdbint.h"