summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorBenjamin Pineau <ben.pineau@gmail.com>2005-12-16 10:12:49 +0000
committerTim-Philipp Müller <tim@centricular.net>2005-12-16 10:12:49 +0000
commit84f4cacb6f9cef32811f764cbc5b804271afe3c0 (patch)
tree510e6a3f6cfedd981cc4d6fac0e8535b300272a5 /ChangeLog
parent4d5ea938c248930c52a32e5021db6691d8432ce2 (diff)
gst/rtsp/rtspconnection.c: Add <netinet/in.h> include and move <arpa/inet.h> include to make things work on OpenBSD a...
Original commit message from CVS: * gst/rtsp/rtspconnection.c: Add <netinet/in.h> include and move <arpa/inet.h> include to make things work on OpenBSD as well (fixes #323717; patch by: Benjamin Pineau)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 50bf482b..a1dfedc7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2005-12-16 Tim-Philipp Müller <tim at centricular dot net>
+
+ * gst/rtsp/rtspconnection.c:
+ Add <netinet/in.h> include and move <arpa/inet.h> include
+ to make things work on OpenBSD as well (fixes #323717;
+ patch by: Benjamin Pineau)
+
2005-12-14 Edgard Lima <edgard.lima@indt.org.br>
* gst/rtp/gstrtpspeexdepay.c: