Add stdlib.h for atoi()

This commit is contained in:
David Schleef 2010-08-09 12:56:23 -07:00
parent b22c67d9d5
commit 6a880e53df

View file

@ -18,6 +18,7 @@
*/
#include <string.h>
#include <stdlib.h>
#include <gst/app/gstappsrc.h>
#include <gst/app/gstappsink.h>