diff options
author | monty@tramp.mysql.fi <> | 2000-10-03 14:18:03 +0300 |
---|---|---|
committer | monty@tramp.mysql.fi <> | 2000-10-03 14:18:03 +0300 |
commit | 9f7c4563f78f74999efd94768ec483d8c24c3761 (patch) | |
tree | c02cc6a9c6585038615c596332aae70354b44aac /readline/shell.c | |
parent | 69a249c054b3c1dd4c1aadeb735291ea63862c98 (diff) | |
download | mariadb-git-9f7c4563f78f74999efd94768ec483d8c24c3761.tar.gz |
First part of automatic repair of MyISAM tables.
Error on full disk on repair.
SIGHUP signal handling.
Update with keys on timestamp
Portability fixes
Diffstat (limited to 'readline/shell.c')
-rw-r--r-- | readline/shell.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/readline/shell.c b/readline/shell.c index 091ec08f645..4d9e0064d3f 100644 --- a/readline/shell.c +++ b/readline/shell.c @@ -38,6 +38,10 @@ # include "ansi_stdlib.h" #endif /* HAVE_STDLIB_H */ +#if defined (HAVE_STDIO_H) +# include <stdio.h> +#endif /* HAVE_STDIO_H */ + #if defined (HAVE_STRING_H) # include <string.h> #else |