aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Winship <danw@src.gnome.org>2000-02-17 12:23:13 +0800
committerDan Winship <danw@src.gnome.org>2000-02-17 12:23:13 +0800
commitf369e9ef06b831e0cb45d6eed24334cc47c754a8 (patch)
treec32dbc05747663d4901b85e7f90aaa771a4088fd
parentec023d0744c05d9174436ae93f10bc4844c84322 (diff)
downloadgsoc2013-evolution-f369e9ef06b831e0cb45d6eed24334cc47c754a8.tar
gsoc2013-evolution-f369e9ef06b831e0cb45d6eed24334cc47c754a8.tar.gz
gsoc2013-evolution-f369e9ef06b831e0cb45d6eed24334cc47c754a8.tar.bz2
gsoc2013-evolution-f369e9ef06b831e0cb45d6eed24334cc47c754a8.tar.lz
gsoc2013-evolution-f369e9ef06b831e0cb45d6eed24334cc47c754a8.tar.xz
gsoc2013-evolution-f369e9ef06b831e0cb45d6eed24334cc47c754a8.tar.zst
gsoc2013-evolution-f369e9ef06b831e0cb45d6eed24334cc47c754a8.zip
include camel.h for camel_init
svn path=/trunk/; revision=1818
-rw-r--r--tests/test9.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test9.c b/tests/test9.c
index fa291b312a..d645ec821a 100644
--- a/tests/test9.c
+++ b/tests/test9.c
@@ -1,6 +1,6 @@
/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
-
+#include "camel.h"
#include "camel-mbox-folder.h"
#include "camel-mbox-parser.h"
#include "camel-mbox-utils.h"