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

16 lines
389 B
Plaintext

$NetBSD: patch-ap,v 1.5 2014/03/25 23:06:07 asau Exp $
--- src/pcm/pcm_file.c.orig 2009-05-06 07:07:23.000000000 +0000
+++ src/pcm/pcm_file.c
@@ -26,8 +26,10 @@
*
*/
+#if !defined(__NetBSD__) && !defined(__FreeBSD__) && !defined(__DragonFly__) && !defined(__sun)
#include <endian.h>
#include <byteswap.h>
+#endif
#include <ctype.h>
#include <string.h>
#include "pcm_local.h"