mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
d137d396bc
A X11/gtk+ mixer control. PR: 10272 Submitted by: Chris Piazza <cpiazza@home.net>
12 lines
306 B
Plaintext
12 lines
306 B
Plaintext
--- gmixer.c.orig Thu Feb 25 21:32:29 1999
|
|
+++ gmixer.c Thu Feb 25 21:32:48 1999
|
|
@@ -4,7 +4,7 @@
|
|
#include <fcntl.h>
|
|
#include <unistd.h>
|
|
#include <sys/ioctl.h>
|
|
-#include <linux/soundcard.h>
|
|
+#include <machine/soundcard.h>
|
|
#include <gtk/gtk.h>
|
|
#include "icons/gmixer.xpm"
|
|
#include "icons/mix_logo.xpm"
|