diff options
-rw-r--r-- | shell/ChangeLog | 4 | ||||
-rw-r--r-- | shell/evolution-storage-set-view.c | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog index 87f7cbfe67..1927a6b4d7 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,7 @@ +2001-03-31 Christopher James Lahey <clahey@ximian.com> + + * evolution-storage-set-view.c: Include <gal/util/e-util.h> here. + 2001-03-30 Iain Holmes <iain@ximian.com> * importer/importer.c (start_import): If the importer can't be started, then diff --git a/shell/evolution-storage-set-view.c b/shell/evolution-storage-set-view.c index 12ca532e86..0cc64e3b12 100644 --- a/shell/evolution-storage-set-view.c +++ b/shell/evolution-storage-set-view.c @@ -26,6 +26,7 @@ #endif #include "evolution-storage-set-view.h" +#include <gal/util/e-util.h> #define PARENT_TYPE bonobo_object_get_type () |