all repos — fluxbox @ 2f588e5570e941d77b7330db7b15d4be7a35784a

custom fork of the fluxbox windowmanager

minor changes
fluxgen fluxgen
commit

2f588e5570e941d77b7330db7b15d4be7a35784a

parent

6e27b3ec6a0f95ba3ff7bff261d247e9e1638ba6

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

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

@@ -27,9 +27,10 @@ #define _GNU_SOURCE

#endif // _GNU_SOURCE #ifdef HAVE_CONFIG_H -#include "../config.h" +#include "config.h" #endif // HAVE_CONFIG_H +#include <sys/time.h> #include <sys/types.h> #include <unistd.h> #include <cassert>