aboutsummaryrefslogtreecommitdiffstats
path: root/my-evolution/component-factory.c
diff options
context:
space:
mode:
authorDan Winship <danw@src.gnome.org>2003-02-06 23:35:20 +0800
committerDan Winship <danw@src.gnome.org>2003-02-06 23:35:20 +0800
commit13dd7b235041c511c1ee7a42b66e5247ba2da8f9 (patch)
treea6fc011df02b02e337a5ca575fd9e2457c999a61 /my-evolution/component-factory.c
parent4b3ff4825bb86eb801aaa8bc641f754896f152b6 (diff)
downloadgsoc2013-evolution-13dd7b235041c511c1ee7a42b66e5247ba2da8f9.tar
gsoc2013-evolution-13dd7b235041c511c1ee7a42b66e5247ba2da8f9.tar.gz
gsoc2013-evolution-13dd7b235041c511c1ee7a42b66e5247ba2da8f9.tar.bz2
gsoc2013-evolution-13dd7b235041c511c1ee7a42b66e5247ba2da8f9.tar.lz
gsoc2013-evolution-13dd7b235041c511c1ee7a42b66e5247ba2da8f9.tar.xz
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.c2
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>