diff options
author | Arturo Espinosa <unammx@src.gnome.org> | 1998-04-19 10:00:17 +0800 |
---|---|---|
committer | Arturo Espinosa <unammx@src.gnome.org> | 1998-04-19 10:00:17 +0800 |
commit | e8bf10cb34dd6291f8210026ca574ea1b812e3d1 (patch) | |
tree | eccfd8759591f85bf90e6e75b6372dd7d4dc4b5e /calendar/gui | |
parent | 7be750901de41ca013fc6436c6b56d92e63a44b8 (diff) | |
download | gsoc2013-evolution-e8bf10cb34dd6291f8210026ca574ea1b812e3d1.tar gsoc2013-evolution-e8bf10cb34dd6291f8210026ca574ea1b812e3d1.tar.gz gsoc2013-evolution-e8bf10cb34dd6291f8210026ca574ea1b812e3d1.tar.bz2 gsoc2013-evolution-e8bf10cb34dd6291f8210026ca574ea1b812e3d1.tar.lz gsoc2013-evolution-e8bf10cb34dd6291f8210026ca574ea1b812e3d1.tar.xz gsoc2013-evolution-e8bf10cb34dd6291f8210026ca574ea1b812e3d1.tar.zst gsoc2013-evolution-e8bf10cb34dd6291f8210026ca574ea1b812e3d1.zip |
Duh forgot config.h here -mig
svn path=/trunk/; revision=162
Diffstat (limited to 'calendar/gui')
-rw-r--r-- | calendar/gui/gnome-cal.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/calendar/gui/gnome-cal.c b/calendar/gui/gnome-cal.c index 434af707bc..af7b801f94 100644 --- a/calendar/gui/gnome-cal.c +++ b/calendar/gui/gnome-cal.c @@ -4,7 +4,7 @@ * * Author: Miguel de Icaza (miguel@kernel.org) */ - +#include <config.h> #include <gnome.h> #include <unistd.h> #include <signal.h> |