diff options
Diffstat (limited to 'sql/log.cc')
-rw-r--r-- | sql/log.cc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/log.cc b/sql/log.cc index 80001acacd2..1ff86ed4b67 100644 --- a/sql/log.cc +++ b/sql/log.cc @@ -18,6 +18,10 @@ /* logging of commands */ /* TODO: Abort logging when we get an error in reading or writing log files */ +#ifdef __EMX__ +#include <io.h> +#endif + #include "mysql_priv.h" #include "sql_acl.h" #include "sql_repl.h" |