openbsd-ports/misc/splitvt/patches/patch-splitvt_c
naddy 121408a09b - update to 1.6.5
- fix LP64 problems; fixes amd64 crash reported by Marcos Latas
2005-10-31 20:27:14 +00:00

12 lines
329 B
Plaintext

$OpenBSD: patch-splitvt_c,v 1.2 2005/10/31 20:27:14 naddy Exp $
--- splitvt.c.orig Mon Oct 31 21:03:34 2005
+++ splitvt.c Mon Oct 31 21:03:53 2005
@@ -19,6 +19,7 @@ static char *version=
#include <fcntl.h>
#include <signal.h>
#include <stdio.h>
+#include <stdlib.h>
#include <errno.h>
#include <pwd.h>
#ifdef HAVE_UNISTD_H