78549386ce
Fix the use of errno.h vs. sys/errno.h vs. extern int errno.
12 lines
308 B
Text
12 lines
308 B
Text
$NetBSD: patch-av,v 1.1 2005/10/10 15:13:58 joerg Exp $
|
|
|
|
--- rplayd/timer.c.orig 2005-08-04 22:38:22.000000000 +0000
|
|
+++ rplayd/timer.c
|
|
@@ -27,6 +27,7 @@
|
|
#include <sys/types.h>
|
|
#include <sys/time.h>
|
|
#include <sys/signal.h>
|
|
+#include <errno.h>
|
|
#include <stdio.h>
|
|
#include <unistd.h>
|
|
#include "rplayd.h"
|