diff options
Diffstat (limited to 'devel/opencvs/files/patch-modules.c')
-rw-r--r-- | devel/opencvs/files/patch-modules.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/devel/opencvs/files/patch-modules.c b/devel/opencvs/files/patch-modules.c new file mode 100644 index 000000000000..a1296b499495 --- /dev/null +++ b/devel/opencvs/files/patch-modules.c @@ -0,0 +1,10 @@ +--- modules.c 8 Mar 2008 21:58:34 -0000 1.13 ++++ modules.c 17 Oct 2008 08:51:46 -0000 +@@ -22,6 +22,7 @@ + #include <ctype.h> + #include <stdlib.h> + #include <string.h> ++#include <time.h> + + #include "cvs.h" + #include "config.h" |