2013-09-26 17:14:40 +02:00

12 lines
313 B
Plaintext

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