mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-23 03:33:34 -04:00
13 lines
274 B
Plaintext
13 lines
274 B
Plaintext
$NetBSD: patch-aw,v 1.1 2005/10/10 15:13:58 joerg Exp $
|
|
|
|
--- rplayd/cache.c.orig 2005-10-10 16:54:10.000000000 +0200
|
|
+++ rplayd/cache.c
|
|
@@ -38,6 +38,7 @@
|
|
#endif
|
|
#include <unistd.h>
|
|
#include <stdio.h>
|
|
+#include <errno.h>
|
|
#ifdef HAVE_STRING_H
|
|
#include <string.h>
|
|
#endif
|