mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
13 lines
278 B
Plaintext
13 lines
278 B
Plaintext
$NetBSD: patch-lib-src_coco_c,v 1.1 2011/12/24 17:07:07 dholland Exp $
|
|
|
|
- use standard headers
|
|
|
|
--- lib-src/coco.c~ 1996-04-04 03:43:46.000000000 +0000
|
|
+++ lib-src/coco.c
|
|
@@ -1,4 +1,5 @@
|
|
#include <stdio.h>
|
|
+#include <stdlib.h>
|
|
#include "mulelib.h"
|
|
|
|
#define IN_BUF_SIZE 4096
|