diff options
author | Ronald S. Bultje <rbultje@ronald.bitfreak.net> | 2004-01-03 13:20:57 +0000 |
---|---|---|
committer | Ronald S. Bultje <rbultje@ronald.bitfreak.net> | 2004-01-03 13:20:57 +0000 |
commit | b52042f6dbb75f2d43179e859358f79995671fa7 (patch) | |
tree | 0cb3f56b7bb589df1eb449d20d8e1d5543140cdf | |
parent | 72f3c87c5ce7fedec7d726b349dfe52f7e578a55 (diff) | |
download | gst-plugins-bad-b52042f6dbb75f2d43179e859358f79995671fa7.tar.gz gst-plugins-bad-b52042f6dbb75f2d43179e859358f79995671fa7.tar.bz2 gst-plugins-bad-b52042f6dbb75f2d43179e859358f79995671fa7.zip |
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 <rbultje@ronald.bitfreak.net>
* 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).
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2004-01-03 Ronald Bultje <rbultje@ronald.bitfreak.net> + + * 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). + 2004-01-03 Thomas Canty <tommydal@optushome.com.au> reviewed by: Ronald Bultje <rbultje@ronald.bitfreak.net> |