1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-20 11:40:18 +02:00

* debug.c, print.c: Added #include "macros.h".

This commit is contained in:
Mikael Djurfeldt 1998-10-31 13:57:13 +00:00
parent 99027e3c78
commit ddeae7caff

View file

@ -46,6 +46,7 @@
#include "genio.h"
#include "smob.h"
#include "eval.h"
#include "macros.h"
#include "procprop.h"
#include "read.h"
#include "weaks.h"