mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-29 08:20:20 +02:00
add HAVE_CONFIG_H test guarding #include config.h.
This commit is contained in:
parent
c5b09a0529
commit
0d9dff6afa
1 changed files with 4 additions and 0 deletions
|
@ -22,6 +22,10 @@
|
|||
|
||||
|
||||
|
||||
#if HAVE_CONFIG_H
|
||||
# include <config.h>
|
||||
#endif
|
||||
|
||||
#include "libguile/_scm.h"
|
||||
#ifdef HAVE_RL_GETC_FUNCTION
|
||||
#include "libguile.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue