mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
6f79c9c567
PR: ports/7734 Submitted by: Joel Sutton (maintainer)
20 lines
369 B
Plaintext
20 lines
369 B
Plaintext
*** sound.c.orig Thu Jun 18 21:57:09 1998
|
|
--- sound.c Thu Jun 18 21:57:30 1998
|
|
***************
|
|
*** 5,11 ****
|
|
#ifdef VOXWARE
|
|
#include <fcntl.h>
|
|
#include <sys/ioctl.h>
|
|
! #include <sys/soundcard.h>
|
|
|
|
#include "pokey11.h"
|
|
|
|
--- 5,11 ----
|
|
#ifdef VOXWARE
|
|
#include <fcntl.h>
|
|
#include <sys/ioctl.h>
|
|
! #include <machine/soundcard.h>
|
|
|
|
#include "pokey11.h"
|
|
|