--- 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