From 9b7a92e8eacbbb84c2f0114508dd9f2163394809 Mon Sep 17 00:00:00 2001 From: Christopher James Lahey Date: Tue, 12 Dec 2000 23:29:56 +0000 Subject: Added #include . (destroy_prefs_cb): Added a cast. 2000-12-12 Christopher James Lahey * component/e-summary-callbacks.c: Added #include . (destroy_prefs_cb): Added a cast. (configure_summary): Added a cast. * component/e-summary-callbacks.h: Added #include "e-summary.h" * component/e-summary-url.c (e_summary_url_click): Removed an unused variable. * component/e-summary-util.c: Added #include * component/e-summary.c: Added #include . (e_summary_queue_rebuild): Added a cast. * component/main.c: Added #include . * test-service/main.c: Changed some variable types to make casting easier. * test-service/rdf-summary.c: Changed some variable types to make casting easier. svn path=/trunk/; revision=6953 --- executive-summary/component/e-summary-callbacks.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'executive-summary/component/e-summary-callbacks.h') diff --git a/executive-summary/component/e-summary-callbacks.h b/executive-summary/component/e-summary-callbacks.h index 3d42adca26..6b908d694c 100644 --- a/executive-summary/component/e-summary-callbacks.h +++ b/executive-summary/component/e-summary-callbacks.h @@ -1,6 +1,8 @@ #ifndef __E_SUMMARY_CALLBACKS_H__ #define __E_SUMMARY_CALLBACKS_H__ +#include "e-summary.h" + void embed_service (GtkWidget *widget, ESummary *esummary); void new_mail (GtkWidget *widget, -- cgit v1.2.3