From fce59c93fc598f19f8fc082af1f990b7426809b0 Mon Sep 17 00:00:00 2001 From: Jim Blandy Date: Tue, 10 Sep 1996 19:06:45 +0000 Subject: [PATCH] * gc.c: #include "gc.h"; every module should include its header, to let the compiler cross-check the declarations against the definitions. --- libguile/gc.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libguile/gc.c b/libguile/gc.c index 0491a70ba..c900d53bb 100644 --- a/libguile/gc.c +++ b/libguile/gc.c @@ -50,6 +50,8 @@ #include "unif.h" #include "async.h" +#include "gc.h" + #ifdef HAVE_MALLOC_H #include #endif