Files
2014-11-05 12:41:07 +01:00

15 lines
399 B
Plaintext

$NetBSD: patch-bh,v 1.4 2014/03/25 23:06:07 asau Exp $
--- src/pcm/pcm_meter.c.orig 2008-12-19 00:05:13.000000000 -0500
+++ src/pcm/pcm_meter.c 2008-12-19 00:05:34.000000000 -0500
@@ -27,7 +27,9 @@
*/
+#if !defined(__NetBSD__) && !defined(__FreeBSD__) && !defined(__DragonFly__) && !defined(__sun)
#include <byteswap.h>
+#endif
#include <time.h>
#include <pthread.h>
#include <dlfcn.h>