aboutsummaryrefslogtreecommitdiffstats
path: root/ui/gtk/rtp_stream_dlg.c
diff options
context:
space:
mode:
authorJeff Morriss <jeff.morriss.ws@gmail.com>2012-08-01 14:33:12 +0000
committerJeff Morriss <jeff.morriss.ws@gmail.com>2012-08-01 14:33:12 +0000
commitdc3629ad556f25b511ed6e80e78400c83f82af87 (patch)
treea3c03e1290ce25aeefd8250d3de9a40b2606eb2e /ui/gtk/rtp_stream_dlg.c
parent6c8d938dd4c3e8f61e900f69a13b3568dc19dbe0 (diff)
#include old-gtk-compat.h in order to get compilation working with older gtks.
svn path=/trunk/; revision=44188
Diffstat (limited to 'ui/gtk/rtp_stream_dlg.c')
-rw-r--r--ui/gtk/rtp_stream_dlg.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/gtk/rtp_stream_dlg.c b/ui/gtk/rtp_stream_dlg.c
index 3abcc8e82f..df23256f85 100644
--- a/ui/gtk/rtp_stream_dlg.c
+++ b/ui/gtk/rtp_stream_dlg.c
@@ -54,6 +54,7 @@
#include "ui/gtk/rtp_stream.h"
#include "ui/gtk/rtp_analysis.h"
#include "ui/gtk/stock_icons.h"
+#include "ui/gtk/old-gtk-compat.h"
static const gchar FWD_LABEL_TEXT[] = "Select a forward stream with left mouse button, and then";
static const gchar FWD_ONLY_LABEL_TEXT[] = "Select a forward stream with Ctrl + left mouse button";