diff options
author | Christopher James Lahey <clahey@helixcode.com> | 2000-08-09 13:47:32 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2000-08-09 13:47:32 +0800 |
commit | c7b2533fefbc21ca6eee65b3c2bf8676c4677474 (patch) | |
tree | 18855fc723540b36737cc781f25a5652676d7d36 /calendar/gui | |
parent | 3a7d6735fb7123eeb247d45739f2ea5f9fad4dd8 (diff) | |
download | gsoc2013-evolution-c7b2533fefbc21ca6eee65b3c2bf8676c4677474.tar gsoc2013-evolution-c7b2533fefbc21ca6eee65b3c2bf8676c4677474.tar.gz gsoc2013-evolution-c7b2533fefbc21ca6eee65b3c2bf8676c4677474.tar.bz2 gsoc2013-evolution-c7b2533fefbc21ca6eee65b3c2bf8676c4677474.tar.lz gsoc2013-evolution-c7b2533fefbc21ca6eee65b3c2bf8676c4677474.tar.xz gsoc2013-evolution-c7b2533fefbc21ca6eee65b3c2bf8676c4677474.tar.zst gsoc2013-evolution-c7b2533fefbc21ca6eee65b3c2bf8676c4677474.zip |
Fixed some warnings.
2000-08-09 Christopher James Lahey <clahey@helixcode.com>
* cal-client/cal-client.c, gui/e-calendar-table.c, pcs/cal.c:
Fixed some warnings.
svn path=/trunk/; revision=4637
Diffstat (limited to 'calendar/gui')
-rw-r--r-- | calendar/gui/e-calendar-table.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/calendar/gui/e-calendar-table.c b/calendar/gui/e-calendar-table.c index c98b17f729..1a9e00de12 100644 --- a/calendar/gui/e-calendar-table.c +++ b/calendar/gui/e-calendar-table.c @@ -36,6 +36,7 @@ #include <e-table/e-cell-text.h> #include "e-calendar-table.h" #include "calendar-model.h" +#include "gncal-todo.h" /* Pixmaps. */ #include "task.xpm" |