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