Fixing the GTK1 build shouldn't break the GTK2 build.

svn path=/trunk/; revision=22485
This commit is contained in:
Jaap Keuter 2007-08-11 08:03:46 +00:00
parent 282e5005d2
commit c55f11cc73
1 changed files with 1 additions and 1 deletions

View File

@ -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"