opnsense-ports/x11/fbpanel/files/patch-plugins__volume__volume.c
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

13 lines
327 B
C

--- ./plugins/volume/volume.c.orig 2010-05-02 02:13:47.000000000 -0700
+++ ./plugins/volume/volume.c 2010-11-17 11:06:07.000000000 -0800
@@ -11,6 +11,10 @@
#include <fcntl.h>
#if defined __linux__
#include <linux/soundcard.h>
+#else
+#if defined __FreeBSD__
+#include <sys/soundcard.h>
+#endif
#endif
//#define DEBUGPRN