2006-10-07 16:52:56 +02:00
|
|
|
--- splitvt.c.orig Sat Jan 13 23:00:22 2001
|
|
|
|
+++ splitvt.c Sat Oct 7 14:33:17 2006
|
|
|
|
@@ -21,6 +21,8 @@
|
2003-06-18 13:53:49 +02:00
|
|
|
#include <stdio.h>
|
|
|
|
#include <errno.h>
|
|
|
|
#include <pwd.h>
|
|
|
|
+#include <stdlib.h>
|
2006-10-07 16:52:56 +02:00
|
|
|
+#include <string.h>
|
2003-06-18 13:53:49 +02:00
|
|
|
#ifdef HAVE_UNISTD_H
|
|
|
|
#include <unistd.h>
|
|
|
|
#endif
|