mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-10 04:50:03 -04:00
16 lines
392 B
Plaintext
16 lines
392 B
Plaintext
$NetBSD: patch-aj,v 1.2 2002/08/25 21:49:13 jlam Exp $
|
|
|
|
--- src/util.c.orig Wed Oct 4 14:57:38 2000
|
|
+++ src/util.c Fri Jul 19 03:11:46 2002
|
|
@@ -15,6 +15,10 @@
|
|
*/
|
|
#include <errno.h>
|
|
|
|
+#if defined(__STDC__) || defined(NEWSOS)
|
|
+#include <stdlib.h>
|
|
+#endif
|
|
+
|
|
/* ------------------------------------------------------------------------ */
|
|
extern unsigned short crc;
|
|
extern int quiet;
|