mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-10-04 01:20:44 -04:00
14 lines
315 B
Plaintext
14 lines
315 B
Plaintext
$NetBSD: patch-al,v 1.1 2008/09/01 06:57:58 dholland Exp $
|
|
|
|
--- etc/rsconvert/main.c~ 1992-02-09 22:03:28.000000000 -0500
|
|
+++ etc/rsconvert/main.c 2008-09-01 02:15:11.000000000 -0400
|
|
@@ -24,6 +24,8 @@
|
|
*
|
|
*/
|
|
#include <stdio.h>
|
|
+#include <stdlib.h>
|
|
+#include <string.h>
|
|
#ifdef SYSV
|
|
#include <memory.h>
|
|
#endif
|