mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
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:
parent
49ae4437da
commit
6ca2ad4953
1 changed files with 3 additions and 2 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Reference in a new issue