1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +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:
kent@mysql.com
2005-05-12 19:02:26 +02:00
parent f6593cb7d4
commit 7209906093
2 changed files with 2 additions and 1 deletions

View File

@ -37,6 +37,7 @@
/*
* search.c: History and character search functions
*/
#include <sys/types.h>
#include <stdlib.h>
#if defined(REGEX)
#include <regex.h>