summaryrefslogtreecommitdiff
path: root/ui/gtk/export_pdu_dlg.c
diff options
context:
space:
mode:
authorAndersBroman <anders.broman@ericsson.com>2015-01-09 10:16:06 +0100
committerAnders Broman <a.broman58@gmail.com>2015-01-09 09:17:42 +0000
commit872a23973230b9e991435697a89e47e2e2a42232 (patch)
tree70966dc4e649b39d8cf3397ad8409acb83eddf2b /ui/gtk/export_pdu_dlg.c
parent284229c0f8a73666e4b330f0fd83ab255215ba99 (diff)
downloadwireshark-872a23973230b9e991435697a89e47e2e2a42232.tar.gz
Add missing #include ( "ui/gtk/old-gtk-compat.h" )
Change-Id: Ic53c3cd4a38c587ab3c0dcb9f8349ca50e338f80 Reviewed-on: https://code.wireshark.org/review/6443 Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'ui/gtk/export_pdu_dlg.c')
-rw-r--r--ui/gtk/export_pdu_dlg.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/gtk/export_pdu_dlg.c b/ui/gtk/export_pdu_dlg.c
index 492f7100bb..0dec7a0254 100644
--- a/ui/gtk/export_pdu_dlg.c
+++ b/ui/gtk/export_pdu_dlg.c
@@ -30,6 +30,7 @@
#include <epan/exported_pdu.h>
+#include "ui/gtk/old-gtk-compat.h"
#include "ui/gtk/capture_file_dlg.h"
#include "ui/gtk/dlg_utils.h"
#include "ui/gtk/gui_utils.h"