aboutsummaryrefslogtreecommitdiff
path: root/src/editldap.c
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-05-09 10:36:22 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-05-09 10:36:22 +0000
commit07e70251d3521861d54cdb83748ce6c7f637f44e (patch)
treebf33bd82f8bbcddf14611082ec8b8520147fb6c6 /src/editldap.c
parent9a51810579d03b582f44919cb82d1fb757e93bea (diff)
added missing includes.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@238 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'src/editldap.c')
-rw-r--r--src/editldap.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/editldap.c b/src/editldap.c
index be2df6bd..26e8c6f3 100644
--- a/src/editldap.c
+++ b/src/editldap.c
@@ -38,6 +38,11 @@
#include <gtk/gtkentry.h>
#include <gtk/gtktable.h>
#include <gtk/gtkbutton.h>
+#include <gtk/gtkstatusbar.h>
+#include <gtk/gtkspinbutton.h>
+#include <gtk/gtkvbox.h>
+#include <gtk/gtknotebook.h>
+#include <gtk/gtkoptionmenu.h>
#include "addressbook.h"
#include "prefs_common.h"