[glom] include config.h to avoid a crash with the client-only build due to ABI code-size confusion.
- From: Murray Cumming <murrayc src gnome org>
- To: svn-commits-list gnome org
- Subject: [glom] include config.h to avoid a crash with the client-only build due to ABI code-size confusion.
- Date: Sun, 5 Jul 2009 11:29:59 +0000 (UTC)
commit a1487df2249d4eeb2c7dea44a29b7936b2b0898c
Author: Murray Cumming <murrayc murrayc com>
Date: Sun Jul 5 13:29:32 2009 +0200
include config.h to avoid a crash with the client-only build due to ABI code-size confusion.
ChangeLog | 5 +++++
glom/dialog_existing_or_new.h | 1 +
2 files changed, 6 insertions(+), 0 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index e6dcbd0..27788da 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2009-07-05 Murray Cumming <murrayc murrayc com>
+ * glom/dialog_existing_or_new.h: #include config.h to avoid a crash
+ with the client-only build due to ABI code-size confusion.
+
+2009-07-05 Murray Cumming <murrayc murrayc com>
+
* glom/application.cc: init_menus_file(): Initialize
m_toggleaction_network_shared to avoid a crash.
diff --git a/glom/dialog_existing_or_new.h b/glom/dialog_existing_or_new.h
index 65a49ff..f187016 100644
--- a/glom/dialog_existing_or_new.h
+++ b/glom/dialog_existing_or_new.h
@@ -21,6 +21,7 @@
#ifndef GLOM_DIALOG_EXISTING_OR_NEW_H
#define GLOM_DIALOG_EXISTING_OR_NEW_H
+#include "config.h"
#include <memory>
#include <ctime> // for time_t
#include <giomm/asyncresult.h>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]