diff --git a/src/util/scoped_timer.cpp b/src/util/scoped_timer.cpp index 0fdb43b1f..5f9d554f9 100644 --- a/src/util/scoped_timer.cpp +++ b/src/util/scoped_timer.cpp @@ -126,7 +126,7 @@ struct scoped_timer::imp { throw default_exception("failed to destroy pthread condition variable"); return st; } -#elif defined(_LINUX_) +#elif defined(_LINUX_) || defined(_FREEBSD_) static void sig_handler(int) { static_cast(g_timer)->m_eh->operator()(); }