From 156d6766dc4dd1fb681280ef5d332c7a1602a147 Mon Sep 17 00:00:00 2001 From: "Ronald S. Bultje" Date: Sat, 3 Jan 2004 13:20:57 +0000 Subject: gst/rtp/rtp-packet.c: Add sys/types.h include, since OS X doesn't define in_addr_t in netinet/in.h, like it does on L... Original commit message from CVS: 2004-01-03 Ronald Bultje * gst/rtp/rtp-packet.c: Add sys/types.h include, since OS X doesn't define in_addr_t in netinet/in.h, like it does on Linux (see #129600). --- gst/rtp/rtp-packet.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gst/rtp') diff --git a/gst/rtp/rtp-packet.c b/gst/rtp/rtp-packet.c index 0564fd94..b8d95a62 100644 --- a/gst/rtp/rtp-packet.c +++ b/gst/rtp/rtp-packet.c @@ -26,6 +26,8 @@ #include #include #include +/* On Panther, netinet/in.h doesn't define in_addr_t */ +#include #include #include -- cgit