diff options
Diffstat (limited to 'devel/opencvs/files/patch-xmalloc.c')
-rw-r--r-- | devel/opencvs/files/patch-xmalloc.c | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/devel/opencvs/files/patch-xmalloc.c b/devel/opencvs/files/patch-xmalloc.c new file mode 100644 index 000000000000..a0155666c560 --- /dev/null +++ b/devel/opencvs/files/patch-xmalloc.c @@ -0,0 +1,12 @@ +--- xmalloc.c 22 Feb 2007 06:42:10 -0000 1.8 ++++ xmalloc.c 17 Oct 2008 08:51:46 -0000 +@@ -13,6 +13,8 @@ + * called by a name other than "ssh" or "Secure Shell". + */ + ++#include <sys/types.h> ++ + #include <limits.h> + #include <stdio.h> + #include <stdlib.h> + |