11 lines
292 B
Plaintext
11 lines
292 B
Plaintext
$NetBSD: patch-ah,v 1.2 2010/03/03 03:40:00 dmcmahill Exp $
|
|
|
|
--- textio/txMain.c.orig 2006-04-10 22:03:13.000000000 +0000
|
|
+++ textio/txMain.c
|
|
@@ -22,4 +22,5 @@ static char rcsid[] __attribute__ ((unus
|
|
#endif /* not lint */
|
|
|
|
+#include <sys/types.h>
|
|
#include <stdio.h>
|
|
#include <string.h>
|