1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-02 06:03:50 +00:00

Fix build

Reported by:	Andrei V. Lavreniyuk <andy.lavr@reactor-xg.kiev.ua>
This commit is contained in:
Michael Johnson 2008-04-07 19:29:19 +00:00
parent cc914f5dee
commit b17365667e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=210763

View File

@ -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>