blob: bac731827f904a12a8a31ca5ced6fe9b75e29acd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-ad,v 1.6 2004/05/19 06:09:25 minskim Exp $
--- Input/cdaudio/cdaudio.h.orig 2004-05-12 21:26:15.000000000 +0200
+++ Input/cdaudio/cdaudio.h 2004-05-12 21:27:13.000000000 +0200
@@ -39,7 +39,7 @@
#include "cdinfo.h"
#ifdef HAVE_OSS
-#include <Output/OSS/soundcard.h>
+#include <sys/soundcard.h>
#endif
#ifdef HAVE_MNTENT_H
|