aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorfluxgen <fluxgen>2002-11-27 15:11:19 (GMT)
committerfluxgen <fluxgen>2002-11-27 15:11:19 (GMT)
commit2f588e5570e941d77b7330db7b15d4be7a35784a (patch)
tree5ab03890968e98b7917e066a1d66a96c739219ba /src
parent6e27b3ec6a0f95ba3ff7bff261d247e9e1638ba6 (diff)
downloadfluxbox-2f588e5570e941d77b7330db7b15d4be7a35784a.zip
fluxbox-2f588e5570e941d77b7330db7b15d4be7a35784a.tar.bz2
minor changes
Diffstat (limited to 'src')
-rw-r--r--src/Timer.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Timer.cc b/src/Timer.cc
index 2c981d3..23849e1 100644
--- a/src/Timer.cc
+++ b/src/Timer.cc
@@ -27,9 +27,10 @@
27#endif // _GNU_SOURCE 27#endif // _GNU_SOURCE
28 28
29#ifdef HAVE_CONFIG_H 29#ifdef HAVE_CONFIG_H
30#include "../config.h" 30#include "config.h"
31#endif // HAVE_CONFIG_H 31#endif // HAVE_CONFIG_H
32 32
33#include <sys/time.h>
33#include <sys/types.h> 34#include <sys/types.h>
34#include <unistd.h> 35#include <unistd.h>
35#include <cassert> 36#include <cassert>