mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-04 02:08:49 -04:00
14 lines
290 B
Plaintext
14 lines
290 B
Plaintext
$NetBSD: patch-ad,v 1.1.1.1 2007/04/24 19:06:03 agc Exp $
|
|
|
|
--- oldfcall.c 2007/04/24 07:25:17 1.1
|
|
+++ oldfcall.c 2007/04/24 07:26:09
|
|
@@ -2,6 +2,8 @@
|
|
#include <fcall.h>
|
|
#include <oldfcall.h>
|
|
|
|
+#include <stdlib.h>
|
|
+
|
|
/*
|
|
* routines to package the old protocol in the new structures.
|
|
*/
|