1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-23 09:10:43 +00:00
freebsd-ports/misc/splitvt/files/patch-splitvt.c
2003-06-18 11:53:49 +00:00

11 lines
231 B
C

--- splitvt.c.orig Sat Jan 13 14:00:22 2001
+++ splitvt.c Wed Jun 18 04:44:39 2003
@@ -21,6 +21,7 @@
#include <stdio.h>
#include <errno.h>
#include <pwd.h>
+#include <stdlib.h>
#ifdef HAVE_UNISTD_H
#include <unistd.h>
#endif