Index: net/mediatomb/files/patch-timer.cc =================================================================== --- net/mediatomb/files/patch-timer.cc (revision 0) +++ net/mediatomb/files/patch-timer.cc (working copy) @@ -0,0 +1,20 @@ +--- src/timer.cc.orig 2010-03-25 15:58:11.000000000 +0100 ++++ src/timer.cc 2015-03-08 22:18:05.760740000 +0100 +@@ -33,12 +33,15 @@ + #include "autoconfig.h" + #endif + ++#include "singleton.h" ++ ++class Timer; ++SINGLETON_MUTEX(Timer, true); ++ + #include "timer.h" + + using namespace zmm; + +-SINGLETON_MUTEX(Timer, true); +- + template <> + Ref > > > Timer::getAppropriateSubscribers >() + { Property changes on: net/mediatomb/files/patch-timer.cc ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property