diff options
author | Kjartan Maraas <kmaraas@gnome.org> | 2001-04-05 02:46:01 +0800 |
---|---|---|
committer | Kjartan Maraas <kmaraas@src.gnome.org> | 2001-04-05 02:46:01 +0800 |
commit | af777b08caeccc7fb1ca3f43167181a4345f8e34 (patch) | |
tree | fe5c601b281f5e0411d0ee52418ba3e8fb3986f9 /widgets/misc/e-dateedit.h | |
parent | fc3e2546609c72cf3311310923aa7ade61cabef7 (diff) | |
download | gsoc2013-evolution-af777b08caeccc7fb1ca3f43167181a4345f8e34.tar gsoc2013-evolution-af777b08caeccc7fb1ca3f43167181a4345f8e34.tar.gz gsoc2013-evolution-af777b08caeccc7fb1ca3f43167181a4345f8e34.tar.bz2 gsoc2013-evolution-af777b08caeccc7fb1ca3f43167181a4345f8e34.tar.lz gsoc2013-evolution-af777b08caeccc7fb1ca3f43167181a4345f8e34.tar.xz gsoc2013-evolution-af777b08caeccc7fb1ca3f43167181a4345f8e34.tar.zst gsoc2013-evolution-af777b08caeccc7fb1ca3f43167181a4345f8e34.zip |
More header fixes. Same. Same. Same here. More header fixes. Same here.
2001-04-04 Kjartan Maraas <kmaraas@gnome.org>
* e-calendar.c: More header fixes.
* e-cell-date-edit.c: Same.
* e-dateedit.[ch]: Same.
* e-title-bar.c: Same here.
* e-search-bar.c: More header fixes.
* test-calendar.c: Same here.
svn path=/trunk/; revision=9178
Diffstat (limited to 'widgets/misc/e-dateedit.h')
-rw-r--r-- | widgets/misc/e-dateedit.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/widgets/misc/e-dateedit.h b/widgets/misc/e-dateedit.h index 8ffb4694f9..a83690844f 100644 --- a/widgets/misc/e-dateedit.h +++ b/widgets/misc/e-dateedit.h @@ -42,7 +42,9 @@ #define __E_DATE_EDIT_H_ #include <time.h> +#include <glib.h> #include <gtk/gtkhbox.h> +#include <gtk/gtkwidget.h> #include <libgnome/gnome-defs.h> BEGIN_GNOME_DECLS |