$OpenBSD$
--- audio_conversion.c.orig	Tue Aug 16 17:27:20 2005
+++ audio_conversion.c	Fri Dec 23 16:10:54 2005
@@ -29,6 +29,9 @@
 #include <assert.h>
 #ifdef HAVE_STDINT_H
 # include <stdint.h>
+#else
+/* XXX kludge, not sure this works on anything but i386 */
+# include "int_limits.h"
 #endif
 #ifdef HAVE_LIMITS_H
 # include <limits.h>
