19 lines
315 B
Plaintext
19 lines
315 B
Plaintext
*** src/audio.h.orig Fri Aug 17 20:08:26 2001
|
|
--- src/audio.h Mon Aug 20 07:54:33 2001
|
|
***************
|
|
*** 21,27 ****
|
|
--- 21,33 ----
|
|
#define _AUDIO_H_
|
|
|
|
|
|
+ #ifdef __linux__
|
|
#include <linux/soundcard.h>
|
|
+ #endif
|
|
+ #ifdef __FreeBSD__
|
|
+ #include <machine/soundcard.h>
|
|
+ #endif
|
|
+
|
|
|
|
|
|
#include <sys/ioctl.h>
|