diff options
author | hiro <hiro@ee746299-78ed-0310-b773-934348b2243d> | 2008-04-11 07:05:56 +0000 |
---|---|---|
committer | hiro <hiro@ee746299-78ed-0310-b773-934348b2243d> | 2008-04-11 07:05:56 +0000 |
commit | 6c6fcae385d697332298ec3d7d2b5a36b745b848 (patch) | |
tree | 9b4111a8dbf633d5a58cf34398d3ed92d28b9848 | |
parent | 90473bf67c33627db2b7031465112d543148e33e (diff) |
added missing include.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1977 ee746299-78ed-0310-b773-934348b2243d
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | ChangeLog.ja | 4 | ||||
-rw-r--r-- | src/gtkutils.h | 1 |
3 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,7 @@ +2008-04-11 + + * src/gtkutils.h: added missing include. + 2008-04-10 * src/quick_search.c diff --git a/ChangeLog.ja b/ChangeLog.ja index 2be5d373..560adb0d 100644 --- a/ChangeLog.ja +++ b/ChangeLog.ja @@ -1,3 +1,7 @@ +2008-04-11 + + * src/gtkutils.h: include が抜けていたのを追加。 + 2008-04-10 * src/quick_search.c diff --git a/src/gtkutils.h b/src/gtkutils.h index 4690c067..c287c97a 100644 --- a/src/gtkutils.h +++ b/src/gtkutils.h @@ -38,6 +38,7 @@ #include <gtk/gtkscrolledwindow.h> #include <gtk/gtktextview.h> #include <gtk/gtkitemfactory.h> +#include <gtk/gtkentry.h> #include <gtk/gtkstock.h> #include <stdlib.h> |