rtpasfdepay: Fix the build by adding the needed include for atoi.

This commit is contained in:
Stefan Kost 2009-02-23 10:50:50 +02:00
parent 7080724fb7
commit e12ccaa63c

View file

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