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.
This commit is contained in:
Ole André Vadla Ravnås 2008-05-07 09:52:34 +00:00
parent 49ae4437da
commit 6ca2ad4953

View file

@ -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 = {