mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-22 02:57:40 -04:00
13 lines
308 B
Plaintext
13 lines
308 B
Plaintext
$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"
|