diff options
Diffstat (limited to 'src/timeout.c')
-rw-r--r-- | src/timeout.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/timeout.c b/src/timeout.c index df199a0..09cb53d 100644 --- a/src/timeout.c +++ b/src/timeout.c | |||
@@ -21,6 +21,7 @@ | |||
21 | #include <sys/times.h> | 21 | #include <sys/times.h> |
22 | #include <unistd.h> | 22 | #include <unistd.h> |
23 | #ifndef CLK_TCK | 23 | #ifndef CLK_TCK |
24 | /* CLI_TCK is now obsolete in Linux */ | ||
24 | #define CLK_TCK (sysconf(_SC_CLK_TCK)); | 25 | #define CLK_TCK (sysconf(_SC_CLK_TCK)); |
25 | #endif | 26 | #endif |
26 | #endif | 27 | #endif |