mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-05 22:43:24 +00:00
a86ff94fa8
Submitted by: Andreas Kohout
20 lines
427 B
Plaintext
20 lines
427 B
Plaintext
*** ./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>
|
|
|