$NetBSD: patch-ab,v 1.4 2004/05/03 17:00:42 minskim Exp $

--- src/DSP.cc.orig	2001-12-01 19:05:15.000000000 -0600
+++ src/DSP.cc
@@ -14,8 +14,13 @@
 #include <math.h>
 #include <errno.h>
 #include <string.h>
-#include <values.h>
+#include <limits.h>
+#ifdef __linux__
 #include <byteswap.h>
+#else
+#include <sys/bswap.h>
+#define bswap_16 bswap16
+#endif
 
 #include "DSP.h"
 
