aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorfluxgen <fluxgen>2003-02-15 01:44:49 (GMT)
committerfluxgen <fluxgen>2003-02-15 01:44:49 (GMT)
commit483f82fbb8be0d2d9101b71dd3f31122f1c29cb3 (patch)
treef74c47d7f2577e3f4d3e1d777a40cf2b4a8b4c41 /src
parentf6117a751497283c810d8f732eaee657c1e9c34f (diff)
downloadfluxbox-483f82fbb8be0d2d9101b71dd3f31122f1c29cb3.zip
fluxbox-483f82fbb8be0d2d9101b71dd3f31122f1c29cb3.tar.bz2
added a few headers
Diffstat (limited to 'src')
-rw-r--r--src/FbTk/Timer.hh14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/FbTk/Timer.hh b/src/FbTk/Timer.hh
index df86d60..6c40155 100644
--- a/src/FbTk/Timer.hh
+++ b/src/FbTk/Timer.hh
@@ -28,6 +28,20 @@
28#include <ctime> 28#include <ctime>
29#include <list> 29#include <list>
30 30
31#ifdef HAVE_CONFIG_H
32#include "config.h"
33#endif //HAVE_CONFIG_H
34
35#ifdef HAVE_INTTYPES_H
36#include <inttypes.h>
37#include <sys/types.h>
38#endif // HAVE_INTTYPES_H
39
40#include <sys/select.h>
41#include <sys/time.h>
42#include <sys/types.h>
43#include <unistd.h>
44
31namespace FbTk { 45namespace FbTk {
32 46
33/// Handles timeouts 47/// Handles timeouts