Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/cut-n-paste
diff options
context:
space:
mode:
authorChristian Persch <chpe@gnome.org>2007-12-28 19:23:22 (GMT)
committer Christian Persch <chpe@src.gnome.org>2007-12-28 19:23:22 (GMT)
commit1af6600934d1f723e5b492b8322e52a1144fb0af (patch)
tree7c529b1eca33e3ada40c28ff5b54cb515a6fd008 /cut-n-paste
parent31e16bd8f386dc292e60489d4a17227804bdc2e6 (diff)
Include config.h. Bug #504721.
2007-12-28 Christian Persch <chpe@gnome.org> * **/*.c: Include config.h. Bug #504721. svn path=/trunk/; revision=2787
Diffstat (limited to 'cut-n-paste')
-rw-r--r--cut-n-paste/toolbar-editor/Makefile.am1
-rw-r--r--cut-n-paste/toolbar-editor/eggtreemultidnd.c1
2 files changed, 2 insertions, 0 deletions
diff --git a/cut-n-paste/toolbar-editor/Makefile.am b/cut-n-paste/toolbar-editor/Makefile.am
index 2d1614c..28b1380 100644
--- a/cut-n-paste/toolbar-editor/Makefile.am
+++ b/cut-n-paste/toolbar-editor/Makefile.am
@@ -58,6 +58,7 @@ eggtypebuiltins.c: stamp-eggtypebuiltins.c
@true
stamp-eggtypebuiltins.c: $(EGGHEADERS)
( cd $(srcdir) && $(GLIB_MKENUMS) \
+ --fhead "#include <config.h>\n\n" \
--fhead "#include \"eggtypebuiltins.h\"\n\n" \
--fprod "\n/* enumerations from \"@filename@\" */" \
--fprod "\n#include \"@filename@\"" \
diff --git a/cut-n-paste/toolbar-editor/eggtreemultidnd.c b/cut-n-paste/toolbar-editor/eggtreemultidnd.c
index 4850c68..694e056 100644
--- a/cut-n-paste/toolbar-editor/eggtreemultidnd.c
+++ b/cut-n-paste/toolbar-editor/eggtreemultidnd.c
@@ -17,6 +17,7 @@
* Boston, MA 02111-1307, USA.
*/
+#include <config.h>
#include <string.h>
#include <gtk/gtktreeselection.h>
#include <gtk/gtksignal.h>