[gimp/metadata-browser] imagemap: Add missing include for gtk_box_new()
- From: Roman Joost <romanofski src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp/metadata-browser] imagemap: Add missing include for gtk_box_new()
- Date: Fri, 2 Dec 2011 02:01:11 +0000 (UTC)
commit 3e690b268ddc1ad024ac25296bc98228c53e887a
Author: Mukund Sivaraman <muks banu com>
Date: Sun Oct 2 19:43:57 2011 +0530
imagemap: Add missing include for gtk_box_new()
plug-ins/imagemap/imap_browse.c | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/plug-ins/imagemap/imap_browse.c b/plug-ins/imagemap/imap_browse.c
index cb65315..52af602 100644
--- a/plug-ins/imagemap/imap_browse.c
+++ b/plug-ins/imagemap/imap_browse.c
@@ -22,6 +22,8 @@
#include <gtk/gtk.h>
+#include "libgimpwidgets/gimpwidgets.h"
+
#include "imap_browse.h"
static const GtkTargetEntry target_table[] =
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]