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
This commit is contained in:
Alexander Larsson 2008-01-08 20:37:43 +00:00 committed by Alexander Larsson
parent 99a5be29bf
commit 9c95329347
2 changed files with 6 additions and 0 deletions

View File

@ -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

View File

@ -1,6 +1,7 @@
#include <glib.h>
#include <gmodule.h>
#include <glib-object.h>
#include <gio/gio.h>
int
main ()