diff options
author | johans <johans@FreeBSD.org> | 2010-06-09 14:37:51 +0800 |
---|---|---|
committer | johans <johans@FreeBSD.org> | 2010-06-09 14:37:51 +0800 |
commit | ad1556bccfd2f9551d94f2da824efc431145f15b (patch) | |
tree | 6df21211da7d5e552a0494e6869900163187ce32 /devel | |
parent | 835e3fc8093acb952f8dc1050eade2a92a546131 (diff) | |
download | freebsd-ports-gnome-ad1556bccfd2f9551d94f2da824efc431145f15b.tar.gz freebsd-ports-gnome-ad1556bccfd2f9551d94f2da824efc431145f15b.tar.zst freebsd-ports-gnome-ad1556bccfd2f9551d94f2da824efc431145f15b.zip |
- Add patchfile that was forgotten in the previous commit
Reported by: itetcu
Diffstat (limited to 'devel')
-rw-r--r-- | devel/opencvs/files/patch-rcs.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/devel/opencvs/files/patch-rcs.h b/devel/opencvs/files/patch-rcs.h new file mode 100644 index 000000000000..f057bb212217 --- /dev/null +++ b/devel/opencvs/files/patch-rcs.h @@ -0,0 +1,10 @@ +--- rcs.h.orig 2010-06-08 20:26:06.000000000 +0200 ++++ rcs.h 2010-06-08 20:26:12.000000000 +0200 +@@ -26,6 +26,7 @@ + + #ifndef RCS_H + #define RCS_H ++#include <time.h> + #include "buf.h" + + #define RCS_DIFF_DIV \ |