diff options
author | Arturo Espinosa <unammx@src.gnome.org> | 1998-04-19 10:01:34 +0800 |
---|---|---|
committer | Arturo Espinosa <unammx@src.gnome.org> | 1998-04-19 10:01:34 +0800 |
commit | 0fc535febd504e59e99c033b6c943529e43f7963 (patch) | |
tree | 0ca7f89bdd960c15b30eb290c63b5a33a47f6bd0 /calendar/gui/eventedit.c | |
parent | e8bf10cb34dd6291f8210026ca574ea1b812e3d1 (diff) | |
download | gsoc2013-evolution-0fc535febd504e59e99c033b6c943529e43f7963.tar gsoc2013-evolution-0fc535febd504e59e99c033b6c943529e43f7963.tar.gz gsoc2013-evolution-0fc535febd504e59e99c033b6c943529e43f7963.tar.bz2 gsoc2013-evolution-0fc535febd504e59e99c033b6c943529e43f7963.tar.lz gsoc2013-evolution-0fc535febd504e59e99c033b6c943529e43f7963.tar.xz gsoc2013-evolution-0fc535febd504e59e99c033b6c943529e43f7963.tar.zst gsoc2013-evolution-0fc535febd504e59e99c033b6c943529e43f7963.zip |
I missed this one as well
svn path=/trunk/; revision=163
Diffstat (limited to 'calendar/gui/eventedit.c')
-rw-r--r-- | calendar/gui/eventedit.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/calendar/gui/eventedit.c b/calendar/gui/eventedit.c index 39a92c5480..33b1381262 100644 --- a/calendar/gui/eventedit.c +++ b/calendar/gui/eventedit.c @@ -5,7 +5,7 @@ * Authors: Miguel de Icaza (miguel@kernel.org) * Federico Mena (quartic@gimp.org) */ - +#include <config.h> #include <gnome.h> #include <string.h> #include "calendar.h" |