From 08962fa4f432b6fb446116ca8067503f753cc932 Mon Sep 17 00:00:00 2001 From: Brian Cameron Date: Thu, 22 May 2003 09:27:15 +0000 Subject: Fixed header files so that rtp builds on Solaris Original commit message from CVS: Fixed header files so that rtp builds on Solaris --- gst/rtp/rtp-packet.c | 10 ++++------ gst/rtp/rtp-packet.h | 8 +++++++- 2 files changed, 11 insertions(+), 7 deletions(-) (limited to 'gst/rtp') diff --git a/gst/rtp/rtp-packet.c b/gst/rtp/rtp-packet.c index f464ec1b..a6fca8b2 100644 --- a/gst/rtp/rtp-packet.c +++ b/gst/rtp/rtp-packet.c @@ -23,15 +23,13 @@ #include #endif -#include "rtp-packet.h" - -#include #include -#include -#include -#include #include #include +#include +#include + +#include "rtp-packet.h" Rtp_Packet rtp_packet_new_take_data(gpointer data, guint data_len) diff --git a/gst/rtp/rtp-packet.h b/gst/rtp/rtp-packet.h index 224e7898..f19f8c6e 100644 --- a/gst/rtp/rtp-packet.h +++ b/gst/rtp/rtp-packet.h @@ -22,8 +22,14 @@ #ifndef _RTP_PACKET_H #define _RTP_PACKET_H 1 -#include #include +#include +#include +#include + +#ifdef __sun +#include +#endif #ifdef __cplusplus extern "C" { -- cgit