12 lines
304 B
Text
12 lines
304 B
Text
$NetBSD: patch-af,v 1.1 2000/12/28 02:32:16 wiz Exp $
|
|
|
|
--- demo/playvt.c.orig Sat Nov 1 07:49:36 1997
|
|
+++ demo/playvt.c
|
|
@@ -42,6 +42,7 @@
|
|
*---------------------------------------------------------------------------*/
|
|
|
|
#include <stdio.h>
|
|
+#include <string.h>
|
|
#include <unistd.h>
|
|
|
|
main(argc,argv)
|