Add stdlib.h for atoi()
authorDavid Schleef <ds@schleef.org>
Mon, 9 Aug 2010 19:56:23 +0000 (12:56 -0700)
committerDavid Schleef <ds@schleef.org>
Mon, 9 Aug 2010 19:56:23 +0000 (12:56 -0700)
gst/rtsp-server/rtsp-media.c

index 89dc466..08939c6 100644 (file)
@@ -18,6 +18,7 @@
  */
 
 #include <string.h>
+#include <stdlib.h>
 
 #include <gst/app/gstappsrc.h>
 #include <gst/app/gstappsink.h>