diff options
author | Mikael Djurfeldt <djurfeldt@nada.kth.se> | 1999-03-19 02:28:41 +0000 |
---|---|---|
committer | Mikael Djurfeldt <djurfeldt@nada.kth.se> | 1999-03-19 02:28:41 +0000 |
commit | 650de6d73d77f4602ee46f8a99243de8387b5667 (patch) | |
tree | 97b9b69a30ba6018de5c0c34a6877f30e0926e71 /libguile/debug.c | |
parent | 4cbdf5ccfc9aef0874546b6751d41e7745d8e1c4 (diff) | |
download | guile-650de6d73d77f4602ee46f8a99243de8387b5667.tar.gz |
* debug.c, eval.c, evalext.c, stacks.c: #include "modules.h".
Diffstat (limited to 'libguile/debug.c')
-rw-r--r-- | libguile/debug.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libguile/debug.c b/libguile/debug.c index 74087da6f..f5c9f8c55 100644 --- a/libguile/debug.c +++ b/libguile/debug.c @@ -59,6 +59,7 @@ #include "read.h" #include "feature.h" #include "dynwind.h" +#include "modules.h" #include "debug.h" |