mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
96fbb327bf
Mod player/tracking tool which supports XM and MOD formats. PR: 15180 Submitted by: Kristopher Zentner <kzentner@u.washington.edu>
11 lines
280 B
Plaintext
11 lines
280 B
Plaintext
--- app/drivers/oss-output.c.orig Sun Nov 28 20:04:30 1999
|
|
+++ app/drivers/oss-output.c Sun Nov 28 20:04:01 1999
|
|
@@ -33,6 +33,6 @@
|
|
#include <sys/types.h>
|
|
#include <unistd.h>
|
|
-#include <sys/soundcard.h>
|
|
+#include <machine/soundcard.h>
|
|
#include <sys/time.h>
|
|
|
|
#include <glib.h>
|