12 lines
329 B
Plaintext
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
|