78549386ce
Fix the use of errno.h vs. sys/errno.h vs. extern int errno.
12 lines
284 B
Text
12 lines
284 B
Text
$NetBSD: patch-au,v 1.1 2005/10/10 15:13:58 joerg Exp $
|
|
|
|
--- rplayd/misc.c.orig 2005-08-04 22:36:40.000000000 +0000
|
|
+++ rplayd/misc.c
|
|
@@ -31,6 +31,7 @@
|
|
#include <sys/file.h>
|
|
#include <sys/types.h>
|
|
#include <sys/stat.h>
|
|
+#include <errno.h>
|
|
#ifdef ultrix
|
|
#include <fcntl.h>
|
|
#else
|