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 1d6a26d..92ea3bf 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 ae459f8..c076e88 100644 (file)
@@ -1,6 +1,7 @@
 #include <glib.h>
 #include <gmodule.h>
 #include <glib-object.h>
+#include <gio/gio.h>
 
 int
 main ()