[gnome-settings-daemon/gnome-2-26] [housekeeping] include config.h
- From: Jens Granseuer <jensg src gnome org>
- To: svn-commits-list gnome org
- Subject: [gnome-settings-daemon/gnome-2-26] [housekeeping] include config.h
- Date: Mon, 1 Jun 2009 10:10:22 -0400 (EDT)
commit a40ecf2c570fa726d3ea94428eca56be79ac5e40
Author: Jens Granseuer <jensgr gmx net>
Date: Mon Jun 1 15:48:09 2009 +0200
[housekeeping] include config.h
Include config.h so that the notifications code can actually be built
(bug #584217)
---
ChangeLog | 5 +++++
plugins/housekeeping/gsd-disk-space.c | 2 ++
2 files changed, 7 insertions(+), 0 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index bb9fb53..2bfb2b4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2009-06-01 Jens Granseuer <jensgr gmx net>
+
+ * plugins/housekeeping/gsd-disk-space.c: include config.h so the
+ notifications stuff can actually be built (bug #584217)
+
2009-05-06 Federico Mena Quintero <federico novell com>
* plugins/xrandr/gsd-xrandr-manager.c
diff --git a/plugins/housekeeping/gsd-disk-space.c b/plugins/housekeeping/gsd-disk-space.c
index 5b36be8..e46fbbb 100644
--- a/plugins/housekeeping/gsd-disk-space.c
+++ b/plugins/housekeeping/gsd-disk-space.c
@@ -23,6 +23,8 @@
/* gcc -DHAVE_LIBNOTIFY -DTEST -Wall `pkg-config --cflags --libs gobject-2.0 gio-unix-2.0 glib-2.0 gtk+-2.0 libnotify` -o gsd-disk-space-test gsd-disk-space.c */
+#include "config.h"
+
#include <sys/statvfs.h>
#include <glib.h>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]