mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-10-04 01:20:44 -04:00
12 lines
313 B
Plaintext
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()
|