summaryrefslogtreecommitdiff
path: root/tests
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 /tests
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
Diffstat (limited to 'tests')
-rw-r--r--tests/cxx-test.C1
1 files changed, 1 insertions, 0 deletions
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 ()