7f8014b6c1
- Remove leading article from COMMENT - Support staging PR: ports/184236 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
11 lines
285 B
Text
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"
|