aboutsummaryrefslogtreecommitdiff
path: root/procps/uptime.c
diff options
context:
space:
mode:
Diffstat (limited to 'procps/uptime.c')
-rw-r--r--procps/uptime.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/procps/uptime.c b/procps/uptime.c
index c2b5d3966..ee0657e1b 100644
--- a/procps/uptime.c
+++ b/procps/uptime.c
@@ -15,7 +15,7 @@
15 15
16/* getopt not needed */ 16/* getopt not needed */
17 17
18#include "busybox.h" 18#include "libbb.h"
19 19
20#ifndef FSHIFT 20#ifndef FSHIFT
21# define FSHIFT 16 /* nr of bits of precision */ 21# define FSHIFT 16 /* nr of bits of precision */