mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-04-30 03:40:34 +02:00
Rationalize guile-readline includes
* guile-readline/readline.c: Rationalize header include order.
This commit is contained in:
parent
97cc65fee4
commit
51e36329d8
1 changed files with 6 additions and 5 deletions
|
@ -27,17 +27,18 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef HAVE_RL_GETC_FUNCTION
|
#ifdef HAVE_RL_GETC_FUNCTION
|
||||||
#include "libguile.h"
|
|
||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
#include <readline/readline.h>
|
|
||||||
#include <readline/history.h>
|
|
||||||
#include <sys/time.h>
|
#include <sys/time.h>
|
||||||
#include <sys/select.h>
|
#include <sys/select.h>
|
||||||
#include <signal.h>
|
#include <signal.h>
|
||||||
|
|
||||||
#include "guile-readline/readline.h"
|
#include <readline/readline.h>
|
||||||
|
#include <readline/history.h>
|
||||||
|
|
||||||
|
#include <libguile.h>
|
||||||
|
|
||||||
|
#include "readline.h"
|
||||||
|
|
||||||
scm_t_option scm_readline_opts[] = {
|
scm_t_option scm_readline_opts[] = {
|
||||||
{ SCM_OPTION_BOOLEAN, "history-file", 1,
|
{ SCM_OPTION_BOOLEAN, "history-file", 1,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue