8d4724eed2
<machine/soundcard.h> is moved to <sys/soundcard.h> on both 4-stable and 5-current. See commitlog of src/include/Makefile rev 1.165.
11 lines
271 B
C
11 lines
271 B
C
--- pcmplay.c.old Sat Jan 2 08:57:41 1999
|
|
+++ pcmplay.c Thu Apr 11 08:00:07 2002
|
|
@@ -44,7 +44,7 @@
|
|
#include <sys/types.h>
|
|
#include <sys/uio.h>
|
|
#include <unistd.h>
|
|
-#include <machine/soundcard.h>
|
|
+#include <sys/soundcard.h>
|
|
|
|
#include "utils.h"
|
|
#include "getlopt.h"
|