diff options
Diffstat (limited to 'uptime.c')
-rw-r--r-- | uptime.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -32,6 +32,7 @@ | |||
32 | #include <stdio.h> | 32 | #include <stdio.h> |
33 | #include <time.h> | 33 | #include <time.h> |
34 | #include <errno.h> | 34 | #include <errno.h> |
35 | #include <stdlib.h> | ||
35 | 36 | ||
36 | static const int FSHIFT = 16; /* nr of bits of precision */ | 37 | static const int FSHIFT = 16; /* nr of bits of precision */ |
37 | #define FIXED_1 (1<<FSHIFT) /* 1.0 as fixed-point */ | 38 | #define FIXED_1 (1<<FSHIFT) /* 1.0 as fixed-point */ |