blob: ed874580b49cc8ee7599a01734350e571bd229c6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
$NetBSD: patch-ba,v 1.1 2009/11/30 00:03:08 dholland Exp $
Add standard includes needed for LP64 build.
--- gentle/cyfront.c~ 1998-08-20 09:56:09.000000000 -0400
+++ gentle/cyfront.c 2009-11-29 18:57:45.000000000 -0500
@@ -7,6 +7,7 @@
*/
+#include <stdio.h>
typedef long * yy;
#define yyu (-2147483647L)
|