mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-04 02:08:49 -04:00
15 lines
246 B
Plaintext
15 lines
246 B
Plaintext
$NetBSD: patch-filekaio_c,v 1.1 2012/06/16 04:00:54 dholland Exp $
|
|
|
|
Use standard headers.
|
|
|
|
--- filekaio.c~ 1993-07-14 11:02:10.000000000 +0000
|
|
+++ filekaio.c
|
|
@@ -19,6 +19,7 @@
|
|
|
|
#include <string.h>
|
|
#include <stdio.h>
|
|
+#include <stdlib.h>
|
|
|
|
|
|
|