diff options
author | Christopher James Lahey <clahey@helixcode.com> | 2001-02-06 06:23:49 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2001-02-06 06:23:49 +0800 |
commit | ad2c9c52406901a7b21bffdab4c674f049e0b778 (patch) | |
tree | e5ffe316148cf26d80d88d402d5fc7bfb44cbd36 /calendar/gui/calendar-model.c | |
parent | 4e52135a248adec2dfc132d63c01800f3c7135f5 (diff) | |
download | gsoc2013-evolution-ad2c9c52406901a7b21bffdab4c674f049e0b778.tar gsoc2013-evolution-ad2c9c52406901a7b21bffdab4c674f049e0b778.tar.gz gsoc2013-evolution-ad2c9c52406901a7b21bffdab4c674f049e0b778.tar.bz2 gsoc2013-evolution-ad2c9c52406901a7b21bffdab4c674f049e0b778.tar.lz gsoc2013-evolution-ad2c9c52406901a7b21bffdab4c674f049e0b778.tar.xz gsoc2013-evolution-ad2c9c52406901a7b21bffdab4c674f049e0b778.tar.zst gsoc2013-evolution-ad2c9c52406901a7b21bffdab4c674f049e0b778.zip |
Fixed up these #includes.
2001-02-05 Christopher James Lahey <clahey@helixcode.com>
* gui/calendar-model.c: Fixed up these #includes.
svn path=/trunk/; revision=7997
Diffstat (limited to 'calendar/gui/calendar-model.c')
-rw-r--r-- | calendar/gui/calendar-model.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/calendar/gui/calendar-model.c b/calendar/gui/calendar-model.c index 41af522846..3e4e41ea45 100644 --- a/calendar/gui/calendar-model.c +++ b/calendar/gui/calendar-model.c @@ -25,6 +25,9 @@ #include <config.h> +#include <math.h> +#include <sys/types.h> + /* We need this for strptime. */ #define _XOPEN_SOURCE 500 #define __USE_XOPEN @@ -33,7 +36,6 @@ #undef _XOPEN_SOURCE #undef __USE_XOPEN -#include <math.h> #include <ctype.h> #include <glib.h> #include <libgnome/gnome-defs.h> |