summaryrefslogtreecommitdiffstats
path: root/gst/rtp/gstrtpilbcpay.c
diff options
context:
space:
mode:
authorOle André Vadla Ravnås <ole.andre.ravnas@tandberg.com>2008-05-07 09:52:34 +0000
committerOle André Vadla Ravnås <ole.andre.ravnas@tandberg.com>2008-05-07 09:52:34 +0000
commit6ca2ad49530d613d098706b518ec1309efbf2fcb (patch)
tree6127ef9de6ca80bf4887bb4085f217201f3fb260 /gst/rtp/gstrtpilbcpay.c
parent49ae4437da105b0d4cec4e4ced3f005e79d3f06a (diff)
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.
Diffstat (limited to 'gst/rtp/gstrtpilbcpay.c')
-rw-r--r--gst/rtp/gstrtpilbcpay.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/gst/rtp/gstrtpilbcpay.c b/gst/rtp/gstrtpilbcpay.c
index 3ac00f52..9a241c5a 100644
--- a/gst/rtp/gstrtpilbcpay.c
+++ b/gst/rtp/gstrtpilbcpay.c
@@ -18,11 +18,12 @@
*/
#ifdef HAVE_CONFIG_H
-#include "config.h"
+# include "config.h"
#endif
-#include "gstrtpilbcpay.h"
+#include <stdlib.h>
#include <gst/rtp/gstrtpbuffer.h>
+#include "gstrtpilbcpay.h"
/* elementfactory information */
static GstElementDetails gst_rtpilbcpay_details = {