aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjake <jake@f5534014-38df-0310-8fa8-9805f1628bb7>2007-08-11 08:03:46 +0000
committerjake <jake@f5534014-38df-0310-8fa8-9805f1628bb7>2007-08-11 08:03:46 +0000
commitcc06d2e7f38051b6702b9f77b3d97c9fae2f0f5c (patch)
treef49a0eacf1b3b32faaf8297c6121e1cf6cf684dd
parentabda5336f2e09b0058c6f6514ce081cd8fa59327 (diff)
Fixing the GTK1 build shouldn't break the GTK2 build.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@22485 f5534014-38df-0310-8fa8-9805f1628bb7
-rw-r--r--gtk/rtp_player.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/rtp_player.c b/gtk/rtp_player.c
index 10a73d3201..9dd18be44f 100644
--- a/gtk/rtp_player.c
+++ b/gtk/rtp_player.c
@@ -57,13 +57,13 @@
#ifdef HAVE_LIBPORTAUDIO
/* TODO: The RTP Player it is only supported for GTK >=2 */
+#include <gtk/gtk.h>
#if GTK_MAJOR_VERSION >= 2
#include <epan/stats_tree.h>
#include <epan/addr_resolv.h>
#include <string.h>
#include <glib.h>
-#include <gtk/gtk.h>
#include "globals.h"
#include "portaudio.h"
#include "simple_dialog.h"