mirror of
https://github.com/MariaDB/server.git
synced 2025-12-24 11:21:21 +03:00
readline.c:
Include readline/readline.h earlier, to avoid redifinition of term.h macros on AIX 5.2 search.c: FreeBSD needs <sys/types.h> to get 'off_t' defined
This commit is contained in:
@@ -70,10 +70,10 @@ extern char *alloca ();
|
||||
#include <fcntl.h>
|
||||
#include <vis.h>
|
||||
|
||||
#include "readline/readline.h"
|
||||
#include "el.h"
|
||||
#include "fcns.h" /* for EL_NUM_FCNS */
|
||||
#include "histedit.h"
|
||||
#include "readline/readline.h"
|
||||
|
||||
/* for rl_complete() */
|
||||
#define TAB '\r'
|
||||
|
||||
Reference in New Issue
Block a user