1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

Reverting back to original path of readline.h

This commit is contained in:
msvensson@neptunus.(none)
2005-04-21 12:36:23 +02:00
parent 3aecb8acce
commit 0c8c032f0d
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'