From 4c995cc66e30982a841f9fe8a2527ff83e0e4f6a Mon Sep 17 00:00:00 2001 From: Bruce Evans Date: Mon, 25 Feb 2002 05:31:49 +0000 Subject: [PATCH] #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(+) diff --git a/usr.sbin/watch/watch.c b/usr.sbin/watch/watch.c index d594ee0c7e6..65535407b53 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."