Don't need this one.
This commit is contained in:
parent
fc83d70403
commit
4cb1b6c0d3
@ -1,14 +0,0 @@
|
||||
--- 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"
|
Loading…
Reference in New Issue
Block a user