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>
9 lines
246 B
Plaintext
9 lines
246 B
Plaintext
--- app/sample-editor.c.orig Sun Nov 28 20:05:23 1999
|
|
+++ app/sample-editor.c Sun Nov 28 20:04:51 1999
|
|
@@ -28,4 +28,4 @@
|
|
#include <fcntl.h>
|
|
#include <stdlib.h>
|
|
-#include <sys/soundcard.h>
|
|
+#include <machine/soundcard.h>
|
|
#include <sys/ioctl.h>
|