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 /src | |
parent | 90473bf67c33627db2b7031465112d543148e33e (diff) |
added missing include.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1977 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'src')
-rw-r--r-- | src/gtkutils.h | 1 |
1 files changed, 1 insertions, 0 deletions
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> |