diff options
Diffstat (limited to 'devel/opencvs/files/patch-getlog.c')
-rw-r--r-- | devel/opencvs/files/patch-getlog.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/opencvs/files/patch-getlog.c b/devel/opencvs/files/patch-getlog.c new file mode 100644 index 000000000000..bac8a30f2700 --- /dev/null +++ b/devel/opencvs/files/patch-getlog.c @@ -0,0 +1,11 @@ +--- getlog.c 12 Sep 2008 13:38:35 -0000 1.90 ++++ getlog.c 17 Oct 2008 08:51:45 -0000 +@@ -19,6 +19,7 @@ + #include <unistd.h> + #include <string.h> + #include <errno.h> ++#include <time.h> + + #include "cvs.h" + #include "remote.h" + |