diff options
author | Dan Winship <danw@src.gnome.org> | 2003-02-06 23:35:20 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2003-02-06 23:35:20 +0800 |
commit | 13dd7b235041c511c1ee7a42b66e5247ba2da8f9 (patch) | |
tree | a6fc011df02b02e337a5ca575fd9e2457c999a61 /my-evolution/component-factory.c | |
parent | 4b3ff4825bb86eb801aaa8bc641f754896f152b6 (diff) | |
download | gsoc2013-evolution-13dd7b235041c511c1ee7a42b66e5247ba2da8f9.tar.gz gsoc2013-evolution-13dd7b235041c511c1ee7a42b66e5247ba2da8f9.tar.zst gsoc2013-evolution-13dd7b235041c511c1ee7a42b66e5247ba2da8f9.zip |
clean up, update, etc
* Makefile.am: clean up, update, etc
* component-factory.c: #include string.h
* e-summary.c (e_pixmap_file): s/IMAGEDIR/IMAGESDIR/
* e-summary-rdf.c: Fix some warnings
svn path=/trunk/; revision=19802
Diffstat (limited to 'my-evolution/component-factory.c')
-rw-r--r-- | my-evolution/component-factory.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/my-evolution/component-factory.c b/my-evolution/component-factory.c index ef45a3f627..4ebd7001d8 100644 --- a/my-evolution/component-factory.c +++ b/my-evolution/component-factory.c @@ -24,6 +24,8 @@ #include <config.h> #endif +#include <string.h> + #include <bonobo/bonobo-object.h> #include <bonobo/bonobo-generic-factory.h> #include <bonobo/bonobo-context.h> |