diff options
Diffstat (limited to 'miscutils/time.c')
-rw-r--r-- | miscutils/time.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/miscutils/time.c b/miscutils/time.c index a459195..0a2e0b7 100644 --- a/miscutils/time.c +++ b/miscutils/time.c @@ -9,7 +9,7 @@ Heavily modified for busybox by Erik Andersen <andersen@codepoet.org> */ -#include "busybox.h" +#include "libbb.h" #define TV_MSEC tv_usec / 1000 |