pkgsrc/audio/rplay/patches/patch-az
2008-04-03 11:03:21 +00:00

13 lines
296 B
Text

$NetBSD: patch-az,v 1.1 2008/04/03 11:03:21 joerg Exp $
--- rplayd/rplayd.c.orig 2008-04-03 12:49:24.000000000 +0200
+++ rplayd/rplayd.c
@@ -47,7 +47,7 @@
#ifdef HAVE_STRING_H
#include <string.h>
#endif
-#include <sys/errno.h>
+#include <errno.h>
#ifdef __STDC__
#include <stdarg.h>
#else