1
Fork 0
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:
Rob Browning 2003-03-19 23:46:29 +00:00
parent 684edc62ea
commit 26aff4f90e

View file

@ -22,6 +22,10 @@
#if HAVE_CONFIG_H
# include <config.h>
#endif
#include "libguile/_scm.h"
#ifdef HAVE_RL_GETC_FUNCTION
#include "libguile.h"