mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-08 11:52:55 -04:00
13 lines
226 B
Plaintext
13 lines
226 B
Plaintext
$NetBSD: patch-ac,v 1.1.1.1 2000/12/05 02:04:49 wiz Exp $
|
|
|
|
--- libdyn/dyn_create.c.orig Fri Dec 10 20:56:02 1993
|
|
+++ libdyn/dyn_create.c
|
|
@@ -12,6 +12,7 @@
|
|
*/
|
|
|
|
#include <stdio.h>
|
|
+#include <stdlib.h>
|
|
|
|
#include "dynP.h"
|
|
|