openbsd-ports/graphics/xanim/patches/patch-a
espie edb3c32afe - Upgrade to xanim 2.80.0.
- cleaned up audio support, with less AUDIO_SETINFO, no more waiting
  forever on wss.
1999-03-19 01:20:47 +00:00

21 lines
540 B
Plaintext

--- xa_audio.h.orig Thu Mar 18 21:51:23 1999
+++ xa_audio.h Thu Mar 18 21:52:46 1999
@@ -114,6 +114,17 @@
#include <sys/ioccom.h>
#endif
+/*********************** OpenBSD INCLUDES *******************************/
+#ifdef XA_OpenBSD_AUDIO
+#include <errno.h>
+#include <fcntl.h>
+#include <sys/audioio.h>
+#include <sys/file.h>
+#include <sys/stat.h>
+#include <sys/ioctl.h>
+#include <sys/ioccom.h>
+#include <machine/endian.h>
+#endif
/*********************** LINUX INCLUDES ********************************/
#ifdef XA_LINUX_AUDIO