aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2007-04-22 15:49:29 +0000
committerRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2007-04-22 15:49:29 +0000
commit40c806f54be8e65a1db96a10d25034cf2eaac4fd (patch)
treef46373493cc56b2408f9cf68d543c3b89a31efde
parent416a353ee7a7232a9133c09d3e86f27435e5ccf7 (diff)
compile fix for gtk1
svn path=/trunk/; revision=21503
-rw-r--r--gtk/rtp_stream.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/gtk/rtp_stream.c b/gtk/rtp_stream.c
index 22f0f18ad9..e7aa96bb2e 100644
--- a/gtk/rtp_stream.c
+++ b/gtk/rtp_stream.c
@@ -29,9 +29,6 @@
# include "config.h"
#endif
-#include "rtp_stream.h"
-#include "rtp_stream_dlg.h"
-
#include "globals.h"
#include <epan/tap.h>
@@ -54,6 +51,9 @@
#include <string.h>
#include <epan/addr_resolv.h>
+#include "rtp_stream.h"
+#include "rtp_stream_dlg.h"
+
/****************************************************************************/
/* the one and only global rtpstream_tapinfo_t structure */