Add gio/gio.h include to check for c++ problems.
authorAlexander Larsson <alexl@redhat.com>
Tue, 8 Jan 2008 20:37:43 +0000 (20:37 +0000)
committerAlexander Larsson <alexl@src.gnome.org>
Tue, 8 Jan 2008 20:37:43 +0000 (20:37 +0000)
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

ChangeLog
tests/cxx-test.C

index 1d6a26df4de79bc09dbf5e00fba68213b4d90072..92ea3bf722d9c6966e10f86dcd44a4f0c361cd83 100644 (file)
--- 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
index ae459f85fe599a49c6db495bc6a15eefcb2db30d..c076e884d8b1cf0673b48132eb48c1c876b3bf27 100644 (file)
@@ -1,6 +1,7 @@
 #include <glib.h>
 #include <gmodule.h>
 #include <glib-object.h>
+#include <gio/gio.h>
 
 int
 main ()