summaryrefslogtreecommitdiff
path: root/utils
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 /utils
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 'utils')
-rw-r--r--utils/gdm-dmx-reconnect-proxy.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/utils/gdm-dmx-reconnect-proxy.c b/utils/gdm-dmx-reconnect-proxy.c
index d59e1eb0..534b1fe2 100644
--- a/utils/gdm-dmx-reconnect-proxy.c
+++ b/utils/gdm-dmx-reconnect-proxy.c
@@ -17,7 +17,7 @@
* Boston, MA 02111-1307, USA.
*/
-#include <config.h>
+#include "config.h"
#include <stdlib.h>
#include <glib.h>
@@ -26,7 +26,6 @@
#include <X11/Xlib.h>
#include <X11/extensions/dmxext.h>
-
static char *to_display = NULL;
static char *backend_display = NULL;
static char *to_authfile = NULL;