X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=uptime.c;h=6758d959ec81829e3547f65d84902251252da65f;hb=4391a16c92cef744fc715cb7347b7b71fc8f312e;hp=b827f7e6756e61af3e774a40afaf6a1d14014106;hpb=f1b0c77c229abb000e72c17f0d2f588d66af4061;p=oweals%2Fbusybox.git diff --git a/uptime.c b/uptime.c index b827f7e67..6758d959e 100644 --- a/uptime.c +++ b/uptime.c @@ -2,7 +2,7 @@ /* * Mini uptime implementation for busybox * - * Copyright (C) 1999,2000 by Lineo, inc. + * Copyright (C) 1999,2000,2001 by Lineo, inc. * Written by Erik Andersen , * * This program is free software; you can redistribute it and/or modify @@ -27,11 +27,14 @@ * of BB_FEATURE_UTMP_SUPPORT #define */ +/* getopt not needed */ + -#include "busybox.h" #include #include #include +#include +#include "busybox.h" static const int FSHIFT = 16; /* nr of bits of precision */ #define FIXED_1 (1<