diff options
| author | Bruce Evans <bde@FreeBSD.org> | 2002-02-25 05:31:49 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 2002-02-25 05:31:49 +0000 |
| commit | 4c995cc66e30982a841f9fe8a2527ff83e0e4f6a (patch) | |
| tree | 1d53ac2fa2cf4e3eccaeedb93c20a2ad7d3b971a | |
| parent | 46784d26e2d88b383e9619c83f15220bea70522f (diff) | |
Notes
| -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 d594ee0c7e69..65535407b538 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." |
