summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--NEWS2
-rw-r--r--xfce4-session/xfsm-global.c1
3 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 536d9f49..d7cc295b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2008-11-01 Brian Tarricone <bjt23@cornell.edu>
+
+ * xfce4-session/xfsm-global.c: Fix warning leading to crash on
+ amd64 due to missing include (bug 4510).
+
2008-10-31 Brian Tarricone <bjt23@cornell.edu>
* configure.in.in,xfce4-session/xfsm-manager.c: Change the
diff --git a/NEWS b/NEWS
index 51f8d306..2a5e73b1 100644
--- a/NEWS
+++ b/NEWS
@@ -9,7 +9,7 @@
- Add a session editor to the settings dialog.
- Fix compilation on some Linux systems with a broken linux/ioprio.h
header (bug 4515).
-
+- Fix a possible crash on amd64 (bug 4510).
4.5.91
======
diff --git a/xfce4-session/xfsm-global.c b/xfce4-session/xfsm-global.c
index 7ca2c48a..944ff6c3 100644
--- a/xfce4-session/xfsm-global.c
+++ b/xfce4-session/xfsm-global.c
@@ -43,6 +43,7 @@
#endif
#include <libxfce4util/libxfce4util.h>
+#include <libxfcegui4/libxfcegui4.h>
#include <xfce4-session/shutdown.h>
#include <xfce4-session/xfsm-global.h>