mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-09 13:30:26 +02:00
* gc-malloc.c: #include <config.h> if HAVE_CONFIG_H.
This commit is contained in:
parent
5264ca4a01
commit
132fa21f55
1 changed files with 4 additions and 0 deletions
|
@ -41,6 +41,10 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
#if HAVE_CONFIG_H
|
||||||
|
# include <config.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue