summaryrefslogtreecommitdiff
path: root/daemon/errorgui.c
diff options
context:
space:
mode:
authorBrian Cameron <brian.cameron@sun.com>2006-01-18 23:33:17 +0000
committerBrian Cameron <bcameron@src.gnome.org>2006-01-18 23:33:17 +0000
commitc462444bb386904013cf47066209f6e97831475d (patch)
tree1f0c9253bbe24f9dd6d67d928f3e590adcc63d9e /daemon/errorgui.c
parent792a9fc565768c05e55ac70dd55b6523b1811912 (diff)
downloadgdm-c462444bb386904013cf47066209f6e97831475d.tar.gz
Add needed glib/gstdio.h include to daemon/fstype.c which fixes a wierd
2006-01-18 Brian Cameron <brian.cameron@sun.com> * daemon/auth.c, daemon/choose.c, daemon/cookie.c, daemon/display.c, daemon/errorgui.c, daemon/filecheck.c, daemon/fstype.c, daemon/gdm.c, daemon/gdmconfig.c, daemon/server.c, daemon/slave.c, daemon/verify-crypt.c, daemon/verify-pam.c, daemon/verify-shadow.c, daemon/xdmcp.c, gui/gdmchooser.c, gui/gdmlogin.c, gui/gdmsession.c, gui/gdmsetup.c, gui/misc.c, gui/modules/dwellmouselistener.c, gui/modules/keymouselistener.c, utils/gdm-dmx-reconnect-proxy.c, vicious-extensions/glade-helper.c, vicious-extensions/test-ve-config.c, vicious-extensions/ve-config.c, vicious-extensions/ve-gnome.c, vicious-extensions/ve-misc.c, vicious-extensions/ve-miscui.c, vicious-extensions/ve-nongnome.c, vicious-extensions/ve-signal.c: Add needed glib/gstdio.h include to daemon/fstype.c which fixes a wierd core dumping problem on Ubuntu. Fixes bug #326819. Patch provided by Sebastien Bacher <seb128@debian.org>. Also fixed all the source so that the includes are more consistant with config.h in quotes instead of in "<>" and glib/gtk includes are always listed after system includes.
Diffstat (limited to 'daemon/errorgui.c')
-rw-r--r--daemon/errorgui.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/daemon/errorgui.c b/daemon/errorgui.c
index 6da2fc2c..3c9fb933 100644
--- a/daemon/errorgui.c
+++ b/daemon/errorgui.c
@@ -19,7 +19,8 @@
/* This is the gdm slave process. gdmslave runs the chooser, greeter
* and the user's session scripts. */
-#include <config.h>
+#include "config.h"
+
#include <unistd.h>
#include <syslog.h>
#include <grp.h>