include "config.h" in all .c files
Also, fix shell-global.c to actually compile with config.h included. Was supposed to fix bug 602802, but doesn't...
This commit is contained in:
src
gnome-shell-plugin.cshell-app-system.cshell-app-usage.cshell-app.cshell-arrow.cshell-drawing.cshell-embedded-window.cshell-gconf.cshell-generic-container.cshell-global.cshell-gtk-embed.cshell-menu.cshell-overflow-list.cshell-process.cshell-recorder-src.cshell-recorder.cshell-stack.cshell-texture-cache.cshell-tray-manager.cshell-uri-util.cshell-window-tracker.cshell-wm.c
@@ -1,5 +1,7 @@
|
||||
/* -*- mode: C; c-file-style: "gnu"; indent-tabs-mode: nil; -*- */
|
||||
|
||||
#include "config.h"
|
||||
|
||||
#include "shell-embedded-window-private.h"
|
||||
|
||||
#include <clutter/glx/clutter-glx.h>
|
||||
|
Reference in New Issue
Block a user