diff options
Diffstat (limited to 'coreutils/watch.c')
-rw-r--r-- | coreutils/watch.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/watch.c b/coreutils/watch.c index 60a4a71ce..2ad0564cd 100644 --- a/coreutils/watch.c +++ b/coreutils/watch.c @@ -11,7 +11,7 @@ /* BB_AUDIT SUSv3 N/A */ /* BB_AUDIT GNU defects -- only option -n is supported. */ -#include "busybox.h" +#include "libbb.h" // procps 2.0.18: // watch [-d] [-n seconds] |