mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 20:12:31 +01:00
Reverting back to original path of readline.h
cmd-line-utils/libedit/readline/readline.h: mvdir
This commit is contained in:
parent
948d88da93
commit
6905af20b8
3 changed files with 2 additions and 2 deletions
|
@ -20,7 +20,7 @@ EXTRA_libedit_a_SOURCES = np/unvis.c np/strlcpy.c np/vis.c np/strlcat.c \
|
|||
libedit_a_LIBADD = @LIBEDIT_LOBJECTS@
|
||||
libedit_a_DEPENDENCIES = @LIBEDIT_LOBJECTS@
|
||||
|
||||
pkginclude_HEADERS = editline/readline.h
|
||||
pkginclude_HEADERS = readline/readline.h
|
||||
|
||||
noinst_HEADERS = chared.h el.h histedit.h key.h parse.h refresh.h sig.h \
|
||||
sys.h tokenizer.h config.h hist.h map.h prompt.h read.h \
|
||||
|
|
|
@ -73,7 +73,7 @@ extern char *alloca ();
|
|||
#include "el.h"
|
||||
#include "fcns.h" /* for EL_NUM_FCNS */
|
||||
#include "histedit.h"
|
||||
#include "editline/readline.h"
|
||||
#include "readline/readline.h"
|
||||
|
||||
/* for rl_complete() */
|
||||
#define TAB '\r'
|
||||
|
|
Loading…
Reference in a new issue