summaryrefslogtreecommitdiff
path: root/isam
diff options
context:
space:
mode:
Diffstat (limited to 'isam')
-rw-r--r--isam/isamchk.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/isam/isamchk.c b/isam/isamchk.c
index 2f2471c4376..ce96655a7a5 100644
--- a/isam/isamchk.c
+++ b/isam/isamchk.c
@@ -193,6 +193,10 @@ char **argv;
int error;
MY_INIT(argv[0]);
+#ifdef __EMX__
+ _wildcard (&argc, &argv);
+#endif
+
get_options(&argc,(char***) &argv);
nisam_quick_table_bits=(uint) decode_bits;
error=0;