aboutsummaryrefslogtreecommitdiffstats
path: root/camel/tests/folder/test3.c
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2001-06-28 06:21:05 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2001-06-28 06:21:05 +0800
commit5a223c85b94c5cc51fe5e830665cabd981e4c75b (patch)
treeabe8a382481fffd085124a91115e27d486209191 /camel/tests/folder/test3.c
parent016826bc8a947b2ea0308971cb1ca355bef4aa47 (diff)
downloadgsoc2013-evolution-5a223c85b94c5cc51fe5e830665cabd981e4c75b.tar
gsoc2013-evolution-5a223c85b94c5cc51fe5e830665cabd981e4c75b.tar.gz
gsoc2013-evolution-5a223c85b94c5cc51fe5e830665cabd981e4c75b.tar.bz2
gsoc2013-evolution-5a223c85b94c5cc51fe5e830665cabd981e4c75b.tar.lz
gsoc2013-evolution-5a223c85b94c5cc51fe5e830665cabd981e4c75b.tar.xz
gsoc2013-evolution-5a223c85b94c5cc51fe5e830665cabd981e4c75b.tar.zst
gsoc2013-evolution-5a223c85b94c5cc51fe5e830665cabd981e4c75b.zip
Updated to match the current API.
2001-06-27 Jeffrey Stedfast <fejj@ximian.com> * tests/folder/test9.c (main): Updated to match the current API. * tests/folder/test3.c: #include <gtk/gtk.h> since we use gtk_init(). svn path=/trunk/; revision=10546
Diffstat (limited to 'camel/tests/folder/test3.c')
-rw-r--r--camel/tests/folder/test3.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/camel/tests/folder/test3.c b/camel/tests/folder/test3.c
index 6aa7ad6a60..dc2946956f 100644
--- a/camel/tests/folder/test3.c
+++ b/camel/tests/folder/test3.c
@@ -1,5 +1,7 @@
/* folder/index testing */
+#include <gtk/gtk.h>
+
#include "camel-test.h"
#include "messages.h"
#include "folders.h"