mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-20 19:50:24 +02:00
* load.c: #include <config.h> if HAVE_CONFIG_H.
This commit is contained in:
parent
b31e9238af
commit
cbd41c89a4
1 changed files with 4 additions and 0 deletions
|
@ -42,6 +42,10 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
#if HAVE_CONFIG_H
|
||||||
|
# include <config.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
||||||
#include "libguile/_scm.h"
|
#include "libguile/_scm.h"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue