Skip to content

Commit

Permalink
Follow patch to WL #6936, cset 8785 from trunk
Browse files Browse the repository at this point in the history
  • Loading branch information
bjornmu committed Sep 18, 2014
1 parent ae4e043 commit f964f6b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions include/my_timer.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@
#ifndef MY_TIMER_H
#define MY_TIMER_H

#ifdef HAVE_MY_TIMER

#include "my_global.h" /* C_MODE_START, C_MODE_END */
#include "my_config.h" /* HAVE_*_TIMERS */
#include "mysql/psi/psi.h" /* PSI_thread_key, PSI_mutex_key, PSI_memory_key */
Expand Down Expand Up @@ -69,4 +71,6 @@ void my_timer_delete(my_timer_t *timer);

C_MODE_END

#endif /* HAVE_MY_TIMER */

#endif /* MY_TIMER_H */

0 comments on commit f964f6b

Please sign in to comment.