summaryrefslogtreecommitdiff
path: root/graphics/rayshade/patches/patch-am
blob: 2f00a5f29ca68c4baf4360023154840754902d99 (plain)
1
2
3
4
5
6
7
8
9
10
11
$NetBSD: patch-am,v 1.1 2008/09/01 06:57:58 dholland Exp $

--- etc/rsconvert/yacc.y~	1992-02-09 22:04:17.000000000 -0500
+++ etc/rsconvert/yacc.y	2008-09-01 02:15:45.000000000 -0400
@@ -15,5 +15,6 @@
 %{
 #include <stdio.h>
+#include <string.h>
 #include "libcommon/common.h"
 
 #define NEWLINE()	WriteNewline()