14 lines
312 B
Text
14 lines
312 B
Text
$NetBSD: patch-ax,v 1.2 2008/12/25 13:18:00 hasso Exp $
|
|
|
|
--- src/pcm/pcm_mulaw.c.orig 2008-10-29 08:42:10.000000000 -0400
|
|
+++ src/pcm/pcm_mulaw.c
|
|
@@ -26,7 +26,9 @@
|
|
*
|
|
*/
|
|
|
|
+#if !defined(__NetBSD__) && !defined(__DragonFly__)
|
|
#include <byteswap.h>
|
|
+#endif
|
|
#include "pcm_local.h"
|
|
#include "pcm_plugin.h"
|
|
|