diff options
Diffstat (limited to 'libbb/duration.c')
-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 | ||