aboutsummaryrefslogtreecommitdiffstats
path: root/ui/gtk/export_pdu_dlg.c
diff options
context:
space:
mode:
authorPascal Quantin <pascal.quantin@gmail.com>2013-05-21 09:13:43 +0000
committerPascal Quantin <pascal.quantin@gmail.com>2013-05-21 09:13:43 +0000
commit11e849032f05706ff0ba70e1311c6ceba5334f7e (patch)
tree8a83f3d95014df8e192b0e281d8c7d9cfd7da496 /ui/gtk/export_pdu_dlg.c
parent51723864c1a24c629b271ce990f4f317629488ad (diff)
Fix compilation with GTK version older than 2.24
svn path=/trunk/; revision=49476
Diffstat (limited to 'ui/gtk/export_pdu_dlg.c')
-rw-r--r--ui/gtk/export_pdu_dlg.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/ui/gtk/export_pdu_dlg.c b/ui/gtk/export_pdu_dlg.c
index 5e345d5d72..b24f4694e8 100644
--- a/ui/gtk/export_pdu_dlg.c
+++ b/ui/gtk/export_pdu_dlg.c
@@ -45,6 +45,8 @@
#include "ui/gtk/filter_autocomplete.h"
#include "ui/gtk/stock_icons.h"
+#include "ui/gtk/old-gtk-compat.h"
+
static GtkWidget *export_pdu_dlg = NULL;