mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-16 16:50:21 +02:00
* debug.c, eval.c, evalext.c, stacks.c: #include "modules.h".
This commit is contained in:
parent
4cbdf5ccfc
commit
650de6d73d
3 changed files with 3 additions and 0 deletions
|
@ -59,6 +59,7 @@
|
||||||
#include "read.h"
|
#include "read.h"
|
||||||
#include "feature.h"
|
#include "feature.h"
|
||||||
#include "dynwind.h"
|
#include "dynwind.h"
|
||||||
|
#include "modules.h"
|
||||||
|
|
||||||
#include "debug.h"
|
#include "debug.h"
|
||||||
|
|
||||||
|
|
|
@ -43,6 +43,7 @@
|
||||||
#include "_scm.h"
|
#include "_scm.h"
|
||||||
#include "eval.h"
|
#include "eval.h"
|
||||||
#include "macros.h"
|
#include "macros.h"
|
||||||
|
#include "modules.h"
|
||||||
|
|
||||||
#include "evalext.h"
|
#include "evalext.h"
|
||||||
|
|
||||||
|
|
|
@ -52,6 +52,7 @@
|
||||||
#include "struct.h"
|
#include "struct.h"
|
||||||
#include "macros.h"
|
#include "macros.h"
|
||||||
#include "procprop.h"
|
#include "procprop.h"
|
||||||
|
#include "modules.h"
|
||||||
|
|
||||||
#include "stacks.h"
|
#include "stacks.h"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue