atoi() needs stdlib.h
authorThomas Vander Stichele <thomas@apestaart.org>
Sat, 29 Apr 2006 01:24:31 +0000 (01:24 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Sat, 29 Apr 2006 01:24:31 +0000 (01:24 +0000)
Original commit message from CVS:
atoi() needs stdlib.h

gst/subparse/gstssaparse.c

index 6a88d01099fc99203741b573e0f4e8816b59e2c0..9ac834671993f58399af0f8db76c5d78a5722b4c 100644 (file)
@@ -24,6 +24,7 @@
 #include "config.h"
 #endif
 
+#include <stdlib.h>             /* atoi() */
 #include <string.h>
 
 #include "gstssaparse.h"