mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-23 09:10:43 +00:00
11 lines
231 B
C
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
|