mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
a08d0fc53f
An animated musical demo for X11. PR: 14554 Submitted by: Trevor Johnson <trevor@jpj.net>
13 lines
351 B
Plaintext
13 lines
351 B
Plaintext
diff -ruN mikmod/drv_vox.c mikmod/drv_vox.c
|
|
--- mikmod/drv_vox.c Mon Sep 22 11:05:26 1997
|
|
+++ mikmod/drv_vox.c Mon Jul 26 12:10:35 1999
|
|
@@ -36,7 +36,7 @@
|
|
#include <sys/stat.h>
|
|
#include <sys/types.h>
|
|
#include <fcntl.h>
|
|
-#include <linux/soundcard.h>
|
|
+#include <machine/soundcard.h>
|
|
#include <sys/ioctl.h>
|
|
#include <sys/wait.h>
|
|
#include "mikmod.h"
|