blob: 72b6f44b90a00d7d93d32faa786e8b03e5000873 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
$NetBSD: patch-ab,v 1.1.1.1 2008/04/11 19:12:09 drochner Exp $
--- plugins/sound/gsd-sound-manager.c.orig 2008-04-10 20:35:19.000000000 +0200
+++ plugins/sound/gsd-sound-manager.c
@@ -28,6 +28,7 @@
#include <unistd.h>
#include <string.h>
#include <errno.h>
+#include <signal.h>
#include <locale.h>
|