aboutsummaryrefslogtreecommitdiff
path: root/src/editgroup.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/editgroup.c')
-rw-r--r--src/editgroup.c9
1 files changed, 8 insertions, 1 deletions
diff --git a/src/editgroup.c b/src/editgroup.c
index f32b8c85..3cd9e9a5 100644
--- a/src/editgroup.c
+++ b/src/editgroup.c
@@ -1,6 +1,6 @@
/*
* Sylpheed -- a GTK+ based, lightweight, and fast e-mail client
- * Copyright (C) 1999-2002 Hiroyuki Yamamoto
+ * Copyright (C) 1999-2005 Hiroyuki Yamamoto
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -26,6 +26,13 @@
#include <glib.h>
#include <glib/gi18n.h>
#include <gdk/gdkkeysyms.h>
+#include <gtk/gtkwindow.h>
+#include <gtk/gtkclist.h>
+#include <gtk/gtkvbox.h>
+#include <gtk/gtkstatusbar.h>
+#include <gtk/gtktable.h>
+#include <gtk/gtkentry.h>
+#include <gtk/gtkstock.h>
#include "addressbook.h"
#include "addressitem.h"