summaryrefslogtreecommitdiff
path: root/graphics/rayshade/files/patch-etc__rsconvert__yacc.y
blob: 4773a6fb527f1b24cc799c17dad241763cdc51c6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
--- etc/rsconvert/yacc.y.orig
+++ etc/rsconvert/yacc.y
@@ -14,6 +14,7 @@
 /* $Id: yacc.y,v 4.0.1.3 92/02/07 11:05:21 cek Exp Locker: cek $ */
 %{
 #include <stdio.h>
+#include <stdlib.h>
 #include "libcommon/common.h"
 
 #define NEWLINE()	WriteNewline()