diff options
Diffstat (limited to 'myisam/mi_rename.c')
-rw-r--r-- | myisam/mi_rename.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/myisam/mi_rename.c b/myisam/mi_rename.c index db44b8fe28f..8380ee1bfad 100644 --- a/myisam/mi_rename.c +++ b/myisam/mi_rename.c @@ -19,9 +19,6 @@ */ #include "fulltext.h" -#ifdef __WIN__ -#include <errno.h> -#endif int mi_rename(const char *old_name, const char *new_name) { |