diff options
-rw-r--r-- | usr.sbin/watch/watch.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.sbin/watch/watch.c b/usr.sbin/watch/watch.c index d594ee0..6553540 100644 --- a/usr.sbin/watch/watch.c +++ b/usr.sbin/watch/watch.c @@ -36,6 +36,7 @@ static const char rcsid[] = #include <sysexits.h> #include <termcap.h> #include <termios.h> +#include <time.h> #include <unistd.h> #define MSG_INIT "Snoop started." |