diff options
author | Michael Meeks <mmeeks@src.gnome.org> | 2000-05-01 21:59:25 +0800 |
---|---|---|
committer | Michael Meeks <mmeeks@src.gnome.org> | 2000-05-01 21:59:25 +0800 |
commit | 42f7062a9b815b50a7a3b6b40247a3acec098fc2 (patch) | |
tree | 377eb0aa4cbc9ef3c9491bbf1c02ed2c2b1e32b0 | |
parent | 39f5d7e6613743c8fced3913f02b7d84b90e0912 (diff) | |
download | gsoc2013-evolution-42f7062a9b815b50a7a3b6b40247a3acec098fc2.tar gsoc2013-evolution-42f7062a9b815b50a7a3b6b40247a3acec098fc2.tar.gz gsoc2013-evolution-42f7062a9b815b50a7a3b6b40247a3acec098fc2.tar.bz2 gsoc2013-evolution-42f7062a9b815b50a7a3b6b40247a3acec098fc2.tar.lz gsoc2013-evolution-42f7062a9b815b50a7a3b6b40247a3acec098fc2.tar.xz gsoc2013-evolution-42f7062a9b815b50a7a3b6b40247a3acec098fc2.tar.zst gsoc2013-evolution-42f7062a9b815b50a7a3b6b40247a3acec098fc2.zip |
include a header to make it compile...
svn path=/trunk/; revision=2711
-rw-r--r-- | addressbook/ChangeLog | 4 | ||||
-rw-r--r-- | addressbook/backend/pas/pas-book-factory.c | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index 6a025eb26b..171a4a948f 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,7 @@ +2000-05-01 Michael Meeks <michael@helixcode.com> + + * backend/pas/pas-book-factory.c: include gtk. + 2000-04-30 Federico Mena Quintero <federico@helixcode.com> * backend/ebook/e-book-types.h (EBookStatus): Added new status diff --git a/addressbook/backend/pas/pas-book-factory.c b/addressbook/backend/pas/pas-book-factory.c index aec28c650e..cd7a8d3ed9 100644 --- a/addressbook/backend/pas/pas-book-factory.c +++ b/addressbook/backend/pas/pas-book-factory.c @@ -8,6 +8,7 @@ #include <config.h> #include <ctype.h> +#include <gnome.h> #include "addressbook.h" #include "pas-book-factory.h" |