aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/table/e-table-header-item.c
diff options
context:
space:
mode:
authorChristopher James Lahey <clahey@helixcode.com>2000-04-26 23:15:24 +0800
committerChris Lahey <clahey@src.gnome.org>2000-04-26 23:15:24 +0800
commit04195ce9da66c08ae991f29de8a0f797ad246ace (patch)
treede6ca82dbc33cdf0ec965a2138580baa285cc7b6 /widgets/table/e-table-header-item.c
parent75a19475c9dc429e17019133eb8da387e96d04af (diff)
downloadgsoc2013-evolution-04195ce9da66c08ae991f29de8a0f797ad246ace.tar
gsoc2013-evolution-04195ce9da66c08ae991f29de8a0f797ad246ace.tar.gz
gsoc2013-evolution-04195ce9da66c08ae991f29de8a0f797ad246ace.tar.bz2
gsoc2013-evolution-04195ce9da66c08ae991f29de8a0f797ad246ace.tar.lz
gsoc2013-evolution-04195ce9da66c08ae991f29de8a0f797ad246ace.tar.xz
gsoc2013-evolution-04195ce9da66c08ae991f29de8a0f797ad246ace.tar.zst
gsoc2013-evolution-04195ce9da66c08ae991f29de8a0f797ad246ace.zip
Added a missing include.
2000-04-26 Christopher James Lahey <clahey@helixcode.com> * e-table-header-item.c: Added a missing include. svn path=/trunk/; revision=2637
Diffstat (limited to 'widgets/table/e-table-header-item.c')
-rw-r--r--widgets/table/e-table-header-item.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/widgets/table/e-table-header-item.c b/widgets/table/e-table-header-item.c
index 5174f4a731..5145a12858 100644
--- a/widgets/table/e-table-header-item.c
+++ b/widgets/table/e-table-header-item.c
@@ -17,6 +17,7 @@
#include <gdk-pixbuf/gdk-pixbuf.h>
#include "e-util/e-cursors.h"
#include "e-util/e-xml-utils.h"
+#include "e-util/e-popup-menu.h"
#include "e-table-header.h"
#include "e-table-header-item.h"
#include "e-table-col-dnd.h"