diff options
author | monty@donna.mysql.com <> | 2000-09-29 00:58:16 +0300 |
---|---|---|
committer | monty@donna.mysql.com <> | 2000-09-29 00:58:16 +0300 |
commit | 02fd65b970a0cdc63cacc944e18fca5ea97973b5 (patch) | |
tree | b7b27884a7a1c424b00084acf096abc9155bcb32 /mysys/my_fstream.c | |
parent | 17dec8eadd3ecf9e89f801b68c677fbb3b7e7101 (diff) | |
download | mariadb-git-02fd65b970a0cdc63cacc944e18fca5ea97973b5.tar.gz |
Fixed indention, removed compiler varnings and fixed a bug
in FULLTEXT indexes.
Diffstat (limited to 'mysys/my_fstream.c')
-rw-r--r-- | mysys/my_fstream.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mysys/my_fstream.c b/mysys/my_fstream.c index 76bd12abe32..d93caadbcdc 100644 --- a/mysys/my_fstream.c +++ b/mysys/my_fstream.c @@ -20,6 +20,7 @@ #include "mysys_priv.h" #include "mysys_err.h" #include <errno.h> +#include <stdio.h> #ifdef HAVE_FSEEKO #undef ftell |