openbsd-ports/games/xboing/patches/patch-ag
1998-06-09 08:07:09 +00:00

15 lines
338 B
Plaintext

--- audio/LINUXaudio.c.old Tue Jun 9 00:38:11 1998
+++ audio/LINUXaudio.c Tue Jun 9 01:00:58 1998
@@ -56,7 +56,11 @@
#include <stdio.h>
#include <fcntl.h>
#include <sys/ioctl.h>
+#if defined(__OpenBSD__)
+#include <soundcard.h>
+#else
#include <machine/soundcard.h>
+#endif
#include "include/error.h"
#include "include/audio.h"