aboutsummaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorMichael Johnson <ahze@FreeBSD.org>2008-04-07 19:29:19 +0000
committerMichael Johnson <ahze@FreeBSD.org>2008-04-07 19:29:19 +0000
commitb17365667e7da2d3b27d83ee4518a7c605babfd5 (patch)
tree346e77bdc507e9a7c1e3ad1ee23f6ea064bca221 /sysutils
parentcc914f5deeb0eec3185f23c089f865c9394ae17f (diff)
Fix build
Reported by: Andrei V. Lavreniyuk <andy.lavr@reactor-xg.kiev.ua>
Notes
Notes: svn path=/head/; revision=210763
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/gnome-settings-daemon/files/patch-plugins_sound_gst-sound-manager.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/sysutils/gnome-settings-daemon/files/patch-plugins_sound_gst-sound-manager.c b/sysutils/gnome-settings-daemon/files/patch-plugins_sound_gst-sound-manager.c
new file mode 100644
index 000000000000..cc0baf6fdc50
--- /dev/null
+++ b/sysutils/gnome-settings-daemon/files/patch-plugins_sound_gst-sound-manager.c
@@ -0,0 +1,10 @@
+--- plugins/sound/gsd-sound-manager.c.orig 2008-04-07 10:04:58.426471043 -0400
++++ plugins/sound/gsd-sound-manager.c 2008-04-07 10:05:10.592326201 -0400
+@@ -23,6 +23,7 @@
+
+ #include <sys/types.h>
+ #include <sys/wait.h>
++#include <signal.h>
+ #include <stdlib.h>
+ #include <stdio.h>
+ #include <unistd.h>