blob: 15c13272debe8bb65d0152acbf2fe05abe3edf3d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
*** 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"
|