diff options
Diffstat (limited to 'devel/opencvs/files/patch-hash.c')
-rw-r--r-- | devel/opencvs/files/patch-hash.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/opencvs/files/patch-hash.c b/devel/opencvs/files/patch-hash.c new file mode 100644 index 000000000000..20824d44534c --- /dev/null +++ b/devel/opencvs/files/patch-hash.c @@ -0,0 +1,11 @@ +--- hash.c 21 Jun 2008 15:39:15 -0000 1.1 ++++ hash.c 17 Oct 2008 08:51:45 -0000 +@@ -21,6 +21,7 @@ + #include <stdio.h> + #include <stdlib.h> + #include <string.h> ++#include <time.h> + + #include "cvs.h" + #include "hash.h" + |