Index: debug.c =================================================================== RCS file: /cvs/guile/guile/guile-core/libguile/debug.c,v retrieving revision 1.65 diff -c -p -w -c -r1.65 debug.c *** debug.c 2000/03/17 16:10:12 1.65 --- debug.c 2000/03/19 13:51:42 *************** *** 64,69 **** --- 64,70 ---- #include "dynwind.h" #include "modules.h" #include "ports.h" + #include "root.h" #include "validate.h" #include "debug.h"
