mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-14 23:46:10 +00:00
d88cedc838
PR: 3411 Submitted by: Joel Sutton <sutton@aardvark.apana.org.au>
20 lines
367 B
Plaintext
20 lines
367 B
Plaintext
*** sound.c.orig Sun Apr 20 23:19:13 1997
|
|
--- sound.c Sun Apr 20 23:19:28 1997
|
|
***************
|
|
*** 3,9 ****
|
|
#ifdef VOXWARE
|
|
#include <fcntl.h>
|
|
#include <sys/ioctl.h>
|
|
! #include <sys/soundcard.h>
|
|
|
|
#include "pokey11.h"
|
|
|
|
--- 3,9 ----
|
|
#ifdef VOXWARE
|
|
#include <fcntl.h>
|
|
#include <sys/ioctl.h>
|
|
! #include <machine/soundcard.h>
|
|
|
|
#include "pokey11.h"
|
|
|