blob: 4f2f90d89d547281b7e1df7e5207d42fbe021bfa (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- rat/auddev_luigi.c.orig Sun Sep 8 01:22:44 2002
+++ rat/auddev_luigi.c Sun Sep 8 01:22:54 2002
@@ -19,7 +19,7 @@
#include "debug.h"
#include <machine/pcaudioio.h>
-#include <machine/soundcard.h>
+#include <sys/soundcard.h>
#define LUIGI_SPEAKER 0x101
#define LUIGI_MICROPHONE 0x201
|