* gc.c: #include "gc.h"; every module should include its header,
authorJim Blandy <jimb@red-bean.com>
Tue, 10 Sep 1996 19:06:45 +0000 (19:06 +0000)
committerJim Blandy <jimb@red-bean.com>
Tue, 10 Sep 1996 19:06:45 +0000 (19:06 +0000)
to let the compiler cross-check the declarations against the
definitions.

libguile/gc.c

index 0491a70..c900d53 100644 (file)
@@ -50,6 +50,8 @@
 #include "unif.h"
 #include "async.h"
 
+#include "gc.h"
+
 #ifdef HAVE_MALLOC_H
 #include <malloc.h>
 #endif