diff options
author | fluxgen <fluxgen> | 2002-11-27 15:11:19 (GMT) |
---|---|---|
committer | fluxgen <fluxgen> | 2002-11-27 15:11:19 (GMT) |
commit | 2f588e5570e941d77b7330db7b15d4be7a35784a (patch) | |
tree | 5ab03890968e98b7917e066a1d66a96c739219ba | |
parent | 6e27b3ec6a0f95ba3ff7bff261d247e9e1638ba6 (diff) | |
download | fluxbox-2f588e5570e941d77b7330db7b15d4be7a35784a.zip fluxbox-2f588e5570e941d77b7330db7b15d4be7a35784a.tar.bz2 |
minor changes
-rw-r--r-- | src/Timer.cc | 3 |
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> |