mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-15 23:50:44 +00:00
5ae9afcef5
PR: 3321 Submitted by: Choi Jun Ho <junker@moderato.snu.ac.kr>
20 lines
370 B
Plaintext
20 lines
370 B
Plaintext
*** mpegsound/rawplayer.cc Thu Mar 27 22:18:47 1997
|
|
--- mpegsound/rawplayer.cc Tue Apr 1 19:33:46 1997
|
|
***************
|
|
*** 8,14 ****
|
|
|
|
#include <fcntl.h>
|
|
#include <sys/ioctl.h>
|
|
! #include <sys/soundcard.h>
|
|
|
|
#include "mpegsound.h"
|
|
|
|
--- 8,14 ----
|
|
|
|
#include <fcntl.h>
|
|
#include <sys/ioctl.h>
|
|
! #include <machine/soundcard.h>
|
|
|
|
#include "mpegsound.h"
|
|
|