1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-04-30 03:40:34 +02:00

* gc.c: #include "gc.h"; every module should include its header,

to let the compiler cross-check the declarations against the
definitions.
This commit is contained in:
Jim Blandy 1996-09-10 19:06:45 +00:00
parent 81643a3499
commit fce59c93fc

View file

@ -50,6 +50,8 @@
#include "unif.h"
#include "async.h"
#include "gc.h"
#ifdef HAVE_MALLOC_H
#include <malloc.h>
#endif