blob: a0471bd6e78f925602656a7b39ca884b1467ea60 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
*** ./sequencer/src/Record_LINUX.c.orig Mon Aug 5 00:08:18 1996
--- ./sequencer/src/Record_LINUX.c Mon Aug 5 00:08:33 1996
***************
*** 24,30 ****
#undef POSIX_PLEASE
#undef _POSIX_SOURCE
! #include <sys/soundcard.h>
#include <sys/ioctl.h>
#include <errno.h>
--- 24,30 ----
#undef POSIX_PLEASE
#undef _POSIX_SOURCE
! #include <machine/soundcard.h>
#include <sys/ioctl.h>
#include <errno.h>
|