Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports-kde
Path: blob/main/emulators/darcnes/files/patch-snd__unix.c
16462 views
1
--- snd_unix.c.orig 2000-10-30 22:18:27 UTC
2
+++ snd_unix.c
3
@@ -23,7 +23,7 @@
4
#endif
5
6
#ifdef SYSTEM_FREEBSD
7
-#include <machine/soundcard.h>
8
+#include <sys/soundcard.h>
9
#define SOUND_DEVICE "/dev/dsp"
10
#endif
11
12
13