diff options
Diffstat (limited to 'gst/rtp')
-rw-r--r-- | gst/rtp/rtp-packet.c | 2 |
1 files changed, 2 insertions, 0 deletions
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 <stdlib.h> #include <string.h> #include <errno.h> +/* On Panther, netinet/in.h doesn't define in_addr_t */ +#include <sys/types.h> #include <netinet/in.h> #include <glib.h> |