all repos — fluxbox @ 5e9814e0910318a022e979230140f86f97337aef

custom fork of the fluxbox windowmanager

fix to solve compileproblems under freebsd4
mathias mathias
commit

5e9814e0910318a022e979230140f86f97337aef

parent

4f889717d2eaaf9dfb54fc200fbf29fe02dca752

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

jump to
M src/FbTk/Timer.hhsrc/FbTk/Timer.hh

@@ -42,9 +42,9 @@ #ifdef HAVE_INTTYPES_H

#include <inttypes.h> #endif // HAVE_INTTYPES_H +#include <sys/types.h> #include <sys/select.h> #include <sys/time.h> -#include <sys/types.h> #include <unistd.h> namespace FbTk {