13 lines
324 B
Text
13 lines
324 B
Text
$NetBSD: patch-ay,v 1.1 2008/04/03 11:03:21 joerg Exp $
|
|
|
|
--- rplayd/connection.c.orig 2008-04-03 12:39:36.000000000 +0200
|
|
+++ rplayd/connection.c
|
|
@@ -25,7 +25,7 @@
|
|
#include "config.h"
|
|
#endif
|
|
#include <sys/time.h>
|
|
-#include <sys/errno.h>
|
|
+#include <errno.h>
|
|
#include <stdlib.h>
|
|
#include <unistd.h>
|
|
#ifdef HAVE_STRING_H
|