mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-20 08:41:07 +00:00
rtpasfdepay: Fix the build by adding the needed include for atoi.
This commit is contained in:
parent
7080724fb7
commit
e12ccaa63c
1 changed files with 1 additions and 0 deletions
|
@ -26,6 +26,7 @@
|
|||
#include <gst/rtp/gstrtpbuffer.h>
|
||||
|
||||
#include <string.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
GST_DEBUG_CATEGORY_STATIC (rtpasfdepayload_debug);
|
||||
#define GST_CAT_DEFAULT rtpasfdepayload_debug
|
||||
|
|
Loading…
Reference in a new issue