blob: e4f832af5e553deb9ddf5f6d378f835351468ca0 (
plain)
1
2
3
4
5
6
7
8
9
10
|
$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>
|