diff --git a/client/mysql.cc b/client/mysql.cc index bc3d6963052..6669f9668db 100644 --- a/client/mysql.cc +++ b/client/mysql.cc @@ -34,7 +34,6 @@ #include #include #include -#include #ifndef __GNU_LIBRARY__ #define __GNU_LIBRARY__ // Skip warnings in getopt.h #endif @@ -5035,7 +5034,7 @@ void tee_putc(int c, FILE *file) static ulonglong start_timer(void) { - return my_timer_microseconds(); + return microsecond_interval_timer(); }