mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-14 23:46:10 +00:00
a86ff94fa8
Submitted by: Andreas Kohout
20 lines
473 B
Plaintext
20 lines
473 B
Plaintext
*** ./sequencer/src/Sequence_LINUX.c.orig Mon Aug 5 00:09:00 1996
|
|
--- ./sequencer/src/Sequence_LINUX.c Mon Aug 5 00:09:14 1996
|
|
***************
|
|
*** 41,47 ****
|
|
#undef _POSIX_SOURCE
|
|
|
|
/* include our linux soundcard header */
|
|
! #include <sys/soundcard.h>
|
|
#include <sys/ioctl.h>
|
|
#include <errno.h>
|
|
|
|
--- 41,47 ----
|
|
#undef _POSIX_SOURCE
|
|
|
|
/* include our linux soundcard header */
|
|
! #include <machine/soundcard.h>
|
|
#include <sys/ioctl.h>
|
|
#include <errno.h>
|
|
|