mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-10-03 00:52:19 -04:00
12 lines
297 B
Plaintext
12 lines
297 B
Plaintext
$NetBSD: patch-am,v 1.2 2015/01/09 14:29:52 joerg 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,4 +15,6 @@
|
|
%{
|
|
#include <stdio.h>
|
|
+#include <stdlib.h>
|
|
+#include <string.h>
|
|
#include "libcommon/common.h"
|
|
|