From 0f2a01ed72bd544a06809bf97d2af8985162ffb0 Mon Sep 17 00:00:00 2001 From: bde Date: Mon, 25 Feb 2002 05:31:49 +0000 Subject: #include for the definition of time functions instead of depending on namespace pollution 2 layers deep in . --- usr.sbin/watch/watch.c | 1 + 1 file changed, 1 insertion(+) (limited to 'usr.sbin/watch') 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 #include #include +#include #include #define MSG_INIT "Snoop started." -- cgit v1.1