From 9c0597b6a35f5a3973596aaf4579bdb66acd56e9 Mon Sep 17 00:00:00 2001 From: Miguel de Icaza Date: Fri, 28 May 1999 22:31:30 +0000 Subject: [PATCH] 1999-05-28 Miguel de Icaza * gscreen.c: Include util.h after x.h; Undefine __G_LIB_H__. --- gnome/gscreen.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnome/gscreen.c b/gnome/gscreen.c index 414963219..6a90dd8bf 100644 --- a/gnome/gscreen.c +++ b/gnome/gscreen.c @@ -11,6 +11,7 @@ #include #include #include "x.h" +#include "util.h" #include "global.h" #include "dir.h" #include "command.h" @@ -38,7 +39,6 @@ #include "gtkflist.h" #include "../vfs/vfs.h" #include -#include /* Whether to display the tree view on the left */ int tree_panel_visible = -1;