summaryrefslogtreecommitdiff
path: root/readline/shell.c
diff options
context:
space:
mode:
authormonty@tramp.mysql.fi <>2000-10-03 14:18:03 +0300
committermonty@tramp.mysql.fi <>2000-10-03 14:18:03 +0300
commit9f7c4563f78f74999efd94768ec483d8c24c3761 (patch)
treec02cc6a9c6585038615c596332aae70354b44aac /readline/shell.c
parent69a249c054b3c1dd4c1aadeb735291ea63862c98 (diff)
downloadmariadb-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.c4
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