summaryrefslogtreecommitdiff
path: root/src/group.c
diff options
context:
space:
mode:
authorHavoc Pennington <hp@pobox.com>2002-10-27 03:03:32 +0000
committerHavoc Pennington <hp@src.gnome.org>2002-10-27 03:03:32 +0000
commit04c9c3e0585eb63500ba70c8e0f347c1c450c6db (patch)
tree13d0720597c07fa7730ec361aa4211c70c952813 /src/group.c
parent4d5cc9d0bb02091b104d60e7930e572745db3717 (diff)
downloadmetacity-04c9c3e0585eb63500ba70c8e0f347c1c450c6db.tar.gz
include config.h
2002-10-26 Havoc Pennington <hp@pobox.com> * src/iconcache.c: include config.h * src/group.c: include config.h * src/frame.c: include config.h * src/core.c: include config.h so it doesn't crash all over the place due to #ifdef HAVE_STARTUP_NOTIFICATION * src/util.c (meta_print_backtrace): export from this file * src/main.c (log_handler): print backtrace here
Diffstat (limited to 'src/group.c')
-rw-r--r--src/group.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/group.c b/src/group.c
index 8550c50c..61e175ff 100644
--- a/src/group.c
+++ b/src/group.c
@@ -19,6 +19,7 @@
* 02111-1307, USA.
*/
+#include <config.h>
#include "util.h"
#include "group.h"
#include "window.h"