diff options
Diffstat (limited to 'text-utils')
-rw-r--r-- | text-utils/tailf.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/text-utils/tailf.c b/text-utils/tailf.c index 6a76ef45..ec6e1c46 100644 --- a/text-utils/tailf.c +++ b/text-utils/tailf.c @@ -41,6 +41,7 @@ #include <sys/inotify.h> #endif #include "nls.h" +#include "usleep.h" #define DEFAULT_LINES 10 |