diff options
Diffstat (limited to 'devel/opencvs/files/patch-rcsnum.c')
-rw-r--r-- | devel/opencvs/files/patch-rcsnum.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/opencvs/files/patch-rcsnum.c b/devel/opencvs/files/patch-rcsnum.c new file mode 100644 index 000000000000..3c32160c3d85 --- /dev/null +++ b/devel/opencvs/files/patch-rcsnum.c @@ -0,0 +1,11 @@ +--- rcsnum.c 22 May 2008 07:03:02 -0000 1.53 ++++ rcsnum.c 17 Oct 2008 08:51:46 -0000 +@@ -26,6 +26,7 @@ + + #include <ctype.h> + #include <string.h> ++#include <time.h> + + #include "cvs.h" + + |