diff options
author | Stefan Kost <ensonic@users.sourceforge.net> | 2007-08-10 17:08:01 +0000 |
---|---|---|
committer | Stefan Kost <ensonic@users.sourceforge.net> | 2007-08-10 17:08:01 +0000 |
commit | 6260b45a1a0c4c151eb07982ba9bb54080fad75d (patch) | |
tree | 8b0098707d1d64a5360af5922c7d436ad673cd4f | |
parent | e640bc6a4bdd8fae0d31edd6b4a3f21b348c33f2 (diff) |
gst/rtp/gstrtpilbcdepay.c: Include stdlib.
Original commit message from CVS:
* gst/rtp/gstrtpilbcdepay.c:
Include stdlib.
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | gst/rtp/gstrtpilbcdepay.c | 1 |
2 files changed, 6 insertions, 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> * gst/rtp/gstrtpmpvdepay.c: diff --git a/gst/rtp/gstrtpilbcdepay.c b/gst/rtp/gstrtpilbcdepay.c index a8290561..9b25dc75 100644 --- a/gst/rtp/gstrtpilbcdepay.c +++ b/gst/rtp/gstrtpilbcdepay.c @@ -22,6 +22,7 @@ #endif #include <string.h> +#include <stdlib.h> #include <gst/rtp/gstrtpbuffer.h> #include "gstrtpilbcdepay.h" |