diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2020-06-23 21:28:19 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2020-06-23 21:28:19 +0200 |
commit | 5fa5c4bde8b9ab75fa0ed37ee2fafca3fd46288a (patch) | |
tree | de564d978ea2bbf5484f71ea3f181cb4b0a7f541 /libbb | |
parent | d206b1651ac4dc4db1d9bbd172a81da0568b42e8 (diff) | |
download | busybox-w32-5fa5c4bde8b9ab75fa0ed37ee2fafca3fd46288a.tar.gz busybox-w32-5fa5c4bde8b9ab75fa0ed37ee2fafca3fd46288a.tar.bz2 busybox-w32-5fa5c4bde8b9ab75fa0ed37ee2fafca3fd46288a.zip |
randomconfig fixes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'libbb')
-rw-r--r-- | libbb/duration.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libbb/duration.c b/libbb/duration.c index 5acd0dba3..22b209f4d 100644 --- a/libbb/duration.c +++ b/libbb/duration.c | |||
@@ -17,6 +17,7 @@ | |||
17 | //kbuild:lib-$(CONFIG_TIMEOUT) += duration.o | 17 | //kbuild:lib-$(CONFIG_TIMEOUT) += duration.o |
18 | //kbuild:lib-$(CONFIG_PING) += duration.o | 18 | //kbuild:lib-$(CONFIG_PING) += duration.o |
19 | //kbuild:lib-$(CONFIG_PING6) += duration.o | 19 | //kbuild:lib-$(CONFIG_PING6) += duration.o |
20 | //kbuild:lib-$(CONFIG_WATCH) += duration.o | ||
20 | 21 | ||
21 | #include "libbb.h" | 22 | #include "libbb.h" |
22 | 23 | ||