mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-10 05:50:26 +02:00
* gc.c: #include <config.h> if HAVE_CONFIG_H.
This commit is contained in:
parent
3ba436c800
commit
aa54a9b0a3
1 changed files with 3 additions and 0 deletions
|
@ -42,6 +42,9 @@
|
|||
|
||||
/* #define DEBUGINFO */
|
||||
|
||||
#if HAVE_CONFIG_H
|
||||
# include <config.h>
|
||||
#endif
|
||||
|
||||
#include <stdio.h>
|
||||
#include <errno.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue