aboutsummaryrefslogtreecommitdiffstats
path: root/camel/camel-folder-summary.h
diff options
context:
space:
mode:
Diffstat (limited to 'camel/camel-folder-summary.h')
-rw-r--r--camel/camel-folder-summary.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/camel/camel-folder-summary.h b/camel/camel-folder-summary.h
index 414e7a24c9..f1ef888233 100644
--- a/camel/camel-folder-summary.h
+++ b/camel/camel-folder-summary.h
@@ -35,7 +35,7 @@ extern "C" {
#endif /* __cplusplus }*/
#include <gtk/gtk.h>
-
+#include "camel-types.h"
#define CAMEL_FOLDER_SUMMARY_TYPE (camel_folder_summary_get_type ())
@@ -70,13 +70,13 @@ typedef struct {
-typedef struct {
+struct _CamelFolderSummary {
GtkObject parent_object;
GArray *subfolder_info_list; /* informations on subfolders */
GArray *message_info_list; /* informations on messages */
-} CamelFolderSummary;
+};