summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2008-01-08 20:37:43 +0000
committerAlexander Larsson <alexl@src.gnome.org>2008-01-08 20:37:43 +0000
commit9c95329347c603d7ff5c4af6a05aa17c8e45cb89 (patch)
treedabcfe52bd5b48c3bf539c69de612bff6e985f5a
parent99a5be29bf83057bd936d87062b19938ba2f4c5b (diff)
Add gio/gio.h include to check for c++ problems.
2008-01-08 Alexander Larsson <alexl@redhat.com> * tests/cxx-test.C: Add gio/gio.h include to check for c++ problems. svn path=/trunk/; revision=6280
-rw-r--r--ChangeLog5
-rw-r--r--tests/cxx-test.C1
2 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1d6a26df4..92ea3bf72 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2008-01-08 Alexander Larsson <alexl@redhat.com>
+
+ * tests/cxx-test.C:
+ Add gio/gio.h include to check for c++ problems.
+
2008-01-07 Matthias Clasen <mclasen@redhat.com>
* configure.in: Bump version
diff --git a/tests/cxx-test.C b/tests/cxx-test.C
index ae459f85f..c076e884d 100644
--- a/tests/cxx-test.C
+++ b/tests/cxx-test.C
@@ -1,6 +1,7 @@
#include <glib.h>
#include <gmodule.h>
#include <glib-object.h>
+#include <gio/gio.h>
int
main ()