diff options
author | unknown <df@pippilotta.erinye.com> | 2008-01-03 14:26:41 +0100 |
---|---|---|
committer | unknown <df@pippilotta.erinye.com> | 2008-01-03 14:26:41 +0100 |
commit | 32e6ba224e712696967cf83728085374f906d0e3 (patch) | |
tree | 26b6c6af3857d68a9e4f3cebddca9ae366319b2b /cmd-line-utils/readline/history.c | |
parent | 6dd1f417d32c8d545997fba0e4b7cbb7d64f6e64 (diff) | |
download | mariadb-git-32e6ba224e712696967cf83728085374f906d0e3.tar.gz |
use correct config_readline.h file
Diffstat (limited to 'cmd-line-utils/readline/history.c')
-rw-r--r-- | cmd-line-utils/readline/history.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd-line-utils/readline/history.c b/cmd-line-utils/readline/history.c index 1ccf4db786c..5cd5788d1da 100644 --- a/cmd-line-utils/readline/history.c +++ b/cmd-line-utils/readline/history.c @@ -26,7 +26,7 @@ #define READLINE_LIBRARY #if defined (HAVE_CONFIG_H) -# include <config.h> +# include "config_readline.h" #endif #include <stdio.h> |