Files
pkgsrc-ng/cad/magic/patches/patch-ah
2013-09-26 17:14:40 +02:00

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>