mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-07 22:58:11 +00:00
20 lines
461 B
Plaintext
20 lines
461 B
Plaintext
|
*** audio/LINUXaudio.c.orig Tue May 24 16:34:59 1994
|
||
|
--- audio/LINUXaudio.c Sun Mar 5 23:43:14 1995
|
||
|
***************
|
||
|
*** 38,44 ****
|
||
|
#include <unistd.h>
|
||
|
#include <stdio.h>
|
||
|
#include <fcntl.h>
|
||
|
! #include <linux/soundcard.h>
|
||
|
|
||
|
#include "include/error.h"
|
||
|
#include "include/audio.h"
|
||
|
--- 38,44 ----
|
||
|
#include <unistd.h>
|
||
|
#include <stdio.h>
|
||
|
#include <fcntl.h>
|
||
|
! #include <machine/soundcard.h>
|
||
|
|
||
|
#include "include/error.h"
|
||
|
#include "include/audio.h"
|