From 6decc304f4c5ec1f93e54702f75cb092bda9c4c4 Mon Sep 17 00:00:00 2001 From: Ole André Vadla Ravnås Date: Wed, 7 May 2008 11:22:51 +0000 Subject: gst/rtp/gstrtpilbcpay.c: Added missing stdlib.h include for strtol(), and made include ordering and style consistent ... Original commit message from CVS: * gst/rtp/gstrtpilbcpay.c: Added missing stdlib.h include for strtol(), and made include ordering and style consistent with the corresponding depayloader. --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index be27d562..39f91744 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2008-05-07 Ole André Vadla Ravnås + + * gst/rtp/gstrtpilbcpay.c: + Added missing stdlib.h include for strtol(), and made include ordering and + style consistent with the corresponding depayloader. + 2008-05-07 Tim-Philipp Müller * configure.ac: -- cgit