1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-01 03:47:19 +03:00

Reverting back to original path of readline.h

cmd-line-utils/libedit/readline/readline.h:
  mvdir
This commit is contained in:
unknown
2005-04-21 12:36:23 +02:00
parent 948d88da93
commit 6905af20b8
3 changed files with 2 additions and 2 deletions

View File

@ -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'