forked from pool/gnome-settings-daemon
7a80be5c3d
Add gnome-settings-daemon-fix-missing-wexitstatus.patch. OBS-URL: https://build.opensuse.org/request/show/88333 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-settings-daemon?expand=0&rev=112
11 lines
339 B
Diff
11 lines
339 B
Diff
--- plugins/power/gsd-power-manager.c 2011-09-26 10:49:43.000000000 -0500
|
|
+++ plugins/power/gsd-power-manager.c.orig 2011-10-17 10:28:30.000000000 -0500
|
|
@@ -24,6 +24,7 @@
|
|
#include <stdlib.h>
|
|
#include <string.h>
|
|
#include <stdio.h>
|
|
+#include <sys/wait.h>
|
|
#include <glib/gi18n.h>
|
|
#include <gtk/gtk.h>
|
|
#include <libupower-glib/upower.h>
|