forked from pool/gnome-settings-daemon
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>
|