all repos — fluxbox @ 8def80cec337a986b762cdbb5e2555c6da809353

custom fork of the fluxbox windowmanager

reportedly fix compiling on gcc 4.4 on Solaris
Mark Tiefenbruck mark@fluxbox.org
commit

8def80cec337a986b762cdbb5e2555c6da809353

parent

6645688880667e08537a8630d09af03fc1c2d083

1 files changed, 2 insertions(+), 0 deletions(-)

jump to
M src/FbTk/Timer.ccsrc/FbTk/Timer.cc

@@ -45,6 +45,8 @@ #else

#include <assert.h> #endif +#include <string.h> + namespace FbTk { Timer::TimerList Timer::m_timerlist;