summaryrefslogtreecommitdiff
path: root/devel/gentle/patches/patch-bi
blob: 87975e1761dc35ea78202e36f16063fe30d5092a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-bi,v 1.1 2009/11/30 00:03:08 dholland Exp $

Add standard includes needed for LP64 build.

--- reflex/reflex.c~	1998-08-20 09:56:10.000000000 -0400
+++ reflex/reflex.c	2009-11-29 19:02:55.000000000 -0500
@@ -1,4 +1,6 @@
 #include <stdio.h>
+#include <stdlib.h>
+#include <string.h>
 
 /* ( 1) %{ */
 /* ( 2) YYSTYPE block */