mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
gst/rtp/gstrtpilbcdepay.c: Include stdlib.
Original commit message from CVS: * gst/rtp/gstrtpilbcdepay.c: Include stdlib.
This commit is contained in:
parent
e640bc6a4b
commit
6260b45a1a
2 changed files with 6 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2007-08-10 Stefan Kost <ensonic@users.sf.net>
|
||||||
|
|
||||||
|
* gst/rtp/gstrtpilbcdepay.c:
|
||||||
|
Include stdlib.
|
||||||
|
|
||||||
2007-08-10 Wim Taymans <wim.taymans@gmail.com>
|
2007-08-10 Wim Taymans <wim.taymans@gmail.com>
|
||||||
|
|
||||||
* gst/rtp/gstrtpmpvdepay.c:
|
* gst/rtp/gstrtpmpvdepay.c:
|
||||||
|
|
|
@ -22,6 +22,7 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
#include <stdlib.h>
|
||||||
#include <gst/rtp/gstrtpbuffer.h>
|
#include <gst/rtp/gstrtpbuffer.h>
|
||||||
#include "gstrtpilbcdepay.h"
|
#include "gstrtpilbcdepay.h"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue