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:
parent
81643a3499
commit
fce59c93fc
1 changed files with 2 additions and 0 deletions
|
@ -50,6 +50,8 @@
|
||||||
#include "unif.h"
|
#include "unif.h"
|
||||||
#include "async.h"
|
#include "async.h"
|
||||||
|
|
||||||
|
#include "gc.h"
|
||||||
|
|
||||||
#ifdef HAVE_MALLOC_H
|
#ifdef HAVE_MALLOC_H
|
||||||
#include <malloc.h>
|
#include <malloc.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue