all repos — fluxbox @ 483f82fbb8be0d2d9101b71dd3f31122f1c29cb3

custom fork of the fluxbox windowmanager

added a few headers
fluxgen fluxgen
commit

483f82fbb8be0d2d9101b71dd3f31122f1c29cb3

parent

f6117a751497283c810d8f732eaee657c1e9c34f

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

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

@@ -28,6 +28,20 @@

#include <ctime> #include <list> +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif //HAVE_CONFIG_H + +#ifdef HAVE_INTTYPES_H +#include <inttypes.h> +#include <sys/types.h> +#endif // HAVE_INTTYPES_H + +#include <sys/select.h> +#include <sys/time.h> +#include <sys/types.h> +#include <unistd.h> + namespace FbTk { /// Handles timeouts