freebsd-ports/graphics/rayshade/files/patch-etc__rsconvert__yacc.y
Pawel Pekala 7f8014b6c1 - Fix build on -current
- Remove leading article from COMMENT
- Support staging

PR:		ports/184236
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
2013-12-25 18:15:41 +00:00

10 lines
254 B
Text

--- 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()