freebsd-ports/graphics/rayshade/files/patch-libshade__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

11 lines
285 B
Text

--- libshade/yacc.y.orig
+++ libshade/yacc.y
@@ -13,6 +13,8 @@
/* for any purpose. It is provided solely "as is". */
/* $Id: yacc.y,v 4.0.1.4 92/01/10 16:29:55 cek Exp Locker: cek $ */
%{
+#include <stdlib.h>
+#include <string.h>
#include "rayshade.h"
#include "symtab.h"