diff options
author | Brian Cameron <brian.cameron@sun.com> | 2006-01-18 23:33:17 +0000 |
---|---|---|
committer | Brian Cameron <bcameron@src.gnome.org> | 2006-01-18 23:33:17 +0000 |
commit | c462444bb386904013cf47066209f6e97831475d (patch) | |
tree | 1f0c9253bbe24f9dd6d67d928f3e590adcc63d9e /daemon/errorgui.c | |
parent | 792a9fc565768c05e55ac70dd55b6523b1811912 (diff) | |
download | gdm-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.c | 3 |
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> |