aboutsummaryrefslogtreecommitdiff
path: root/uptime.c
diff options
context:
space:
mode:
Diffstat (limited to 'uptime.c')
-rw-r--r--uptime.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/uptime.c b/uptime.c
index b827f7e67..4463b94ef 100644
--- a/uptime.c
+++ b/uptime.c
@@ -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
36static const int FSHIFT = 16; /* nr of bits of precision */ 37static 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 */