ports/devel/opencvs/files/patch-xmalloc.c
Johan van Selst 78d7f07f6e - Update to a new snapshot
- Claim maintainership
- Simplify (reduce) patchfiles
2010-06-08 20:57:44 +00:00

11 lines
275 B
C

--- xmalloc.c.orig 2009-06-07 10:39:13.000000000 +0200
+++ xmalloc.c 2010-06-08 20:18:08.000000000 +0200
@@ -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>