mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-10 14:00:21 +02:00
* readline.c: add HAVE_CONFIG_H test guarding #include config.h.
This commit is contained in:
parent
684edc62ea
commit
26aff4f90e
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