summaryrefslogtreecommitdiff
path: root/audio/alsa-lib/patches/patch-ba
blob: f6d330f46c654b53b336542c6ee4087541102074 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
$NetBSD: patch-ba,v 1.4 2014/03/25 23:06:07 asau Exp $

--- src/pcm/pcm_rate_linear.c.orig	2008-10-29 08:42:10.000000000 -0400
+++ src/pcm/pcm_rate_linear.c
@@ -21,7 +21,9 @@
  */
 
 #include <inttypes.h>
+#if !defined(__NetBSD__) && !defined(__FreeBSD__) && !defined(__DragonFly__) && !defined(__sun)
 #include <byteswap.h>
+#endif
 #include "pcm_local.h"
 #include "pcm_plugin.h"
 #include "pcm_rate.h"