diff options
Diffstat (limited to 'gst/rtp/rtp-packet.h')
-rw-r--r-- | gst/rtp/rtp-packet.h | 8 |
1 files changed, 7 insertions, 1 deletions
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 <glib.h> #include <netinet/in.h> +#include <sys/types.h> +#include <sys/socket.h> +#include <glib.h> + +#ifdef __sun +#include <sys/uio.h> +#endif #ifdef __cplusplus extern "C" { |