forked from Lainports/freebsd-ports
19 lines
369 B
Text
19 lines
369 B
Text
*** 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"
|
|
|