diff options
author | Tom Tromey <tromey@cygnus.com> | 1998-04-04 13:49:09 +0800 |
---|---|---|
committer | Tom Tromey <tromey@src.gnome.org> | 1998-04-04 13:49:09 +0800 |
commit | 524de5fe838f5d8d6569d81ac1484fd771d025d6 (patch) | |
tree | 88b28ae47e0700211592eb574f08e826d2b64e19 /calendar/calendar.c | |
parent | c050cb45aa1eb2af7b53451334a4b979b27c5214 (diff) | |
download | gsoc2013-evolution-524de5fe838f5d8d6569d81ac1484fd771d025d6.tar gsoc2013-evolution-524de5fe838f5d8d6569d81ac1484fd771d025d6.tar.gz gsoc2013-evolution-524de5fe838f5d8d6569d81ac1484fd771d025d6.tar.bz2 gsoc2013-evolution-524de5fe838f5d8d6569d81ac1484fd771d025d6.tar.lz gsoc2013-evolution-524de5fe838f5d8d6569d81ac1484fd771d025d6.tar.xz gsoc2013-evolution-524de5fe838f5d8d6569d81ac1484fd771d025d6.tar.zst gsoc2013-evolution-524de5fe838f5d8d6569d81ac1484fd771d025d6.zip |
Include <config.h>.
Fri Apr 3 22:31:54 1998 Tom Tromey <tromey@cygnus.com>
* calendar.c: Include <config.h>.
svn path=/trunk/; revision=106
Diffstat (limited to 'calendar/calendar.c')
-rw-r--r-- | calendar/calendar.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/calendar/calendar.c b/calendar/calendar.c index efcb157e8b..d2f164a49c 100644 --- a/calendar/calendar.c +++ b/calendar/calendar.c @@ -12,6 +12,8 @@ * */ +#include <config.h> + #include "calendar.h" #include "versit/vcc.h" |