diff options
Diffstat (limited to 'devel/opencvs/files/patch-root.c')
-rw-r--r-- | devel/opencvs/files/patch-root.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/opencvs/files/patch-root.c b/devel/opencvs/files/patch-root.c new file mode 100644 index 000000000000..ddd2db51dc39 --- /dev/null +++ b/devel/opencvs/files/patch-root.c @@ -0,0 +1,11 @@ +--- root.c 20 Jun 2008 23:00:13 -0000 1.45 ++++ root.c 17 Oct 2008 08:51:46 -0000 +@@ -27,6 +27,7 @@ + #include <errno.h> + #include <stdlib.h> + #include <string.h> ++#include <time.h> + + #include "cvs.h" + + |