blob: e9dc80ee7df1cf6000b09dfc88b34caec64743fd (
plain) (
blame)
| 1
2
3
4
5
6
7
8
9
10
11
 | --- watch.c	23 Jun 2008 20:51:08 -0000	1.21
+++ watch.c	17 Oct 2008 08:51:46 -0000
@@ -16,6 +16,7 @@
  */
 
 #include <string.h>
+#include <time.h>
 #include <unistd.h>
 
 #include "cvs.h"
 |