diff options
Diffstat (limited to 'devel/opencvs/files/patch-admin.c')
-rw-r--r-- | devel/opencvs/files/patch-admin.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/devel/opencvs/files/patch-admin.c b/devel/opencvs/files/patch-admin.c new file mode 100644 index 000000000000..e3dd5c7d41dd --- /dev/null +++ b/devel/opencvs/files/patch-admin.c @@ -0,0 +1,10 @@ +--- admin.c 12 Sep 2008 13:20:36 -0000 1.64 ++++ admin.c 17 Oct 2008 08:51:45 -0000 +@@ -24,6 +24,7 @@ + #include <fcntl.h> + #include <libgen.h> + #include <string.h> ++#include <time.h> + #include <unistd.h> + + #include "cvs.h" |