[gnome-control-center/gnome-2-32] display: Add missing include to fix build
- From: Vincent Untz <vuntz src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-control-center/gnome-2-32] display: Add missing include to fix build
- Date: Sat, 18 Sep 2010 10:23:41 +0000 (UTC)
commit 04787044fa42a57d12df1f00146dcbbc763318a6
Author: Vincent Untz <vuntz gnome org>
Date: Sat Sep 18 12:21:54 2010 +0200
display: Add missing include to fix build
capplets/display/xrandr-capplet.c | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/capplets/display/xrandr-capplet.c b/capplets/display/xrandr-capplet.c
index b386c5f..2589fa8 100644
--- a/capplets/display/xrandr-capplet.c
+++ b/capplets/display/xrandr-capplet.c
@@ -20,9 +20,11 @@
*/
#include <config.h>
-#include <gtk/gtk.h>
#include <string.h>
#include <stdlib.h>
+#include <sys/wait.h>
+
+#include <gtk/gtk.h>
#include "scrollarea.h"
#define GNOME_DESKTOP_USE_UNSTABLE_API
#include <libgnomeui/gnome-rr.h>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]