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/shell.c | |
parent | 6dd1f417d32c8d545997fba0e4b7cbb7d64f6e64 (diff) | |
download | mariadb-git-32e6ba224e712696967cf83728085374f906d0e3.tar.gz |
use correct config_readline.h file
Diffstat (limited to 'cmd-line-utils/readline/shell.c')
-rw-r--r-- | cmd-line-utils/readline/shell.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd-line-utils/readline/shell.c b/cmd-line-utils/readline/shell.c index 346f8113d43..5d084476bed 100644 --- a/cmd-line-utils/readline/shell.c +++ b/cmd-line-utils/readline/shell.c @@ -23,7 +23,7 @@ #define READLINE_LIBRARY #if defined (HAVE_CONFIG_H) -# include <config.h> +# include "config_readline.h" #endif #include <sys/types.h> |