From 5e70d477cd4249f723b56106874a698d9bba58e1 Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Sat, 29 Apr 2006 01:24:31 +0000 Subject: [PATCH] atoi() needs stdlib.h Original commit message from CVS: atoi() needs stdlib.h --- gst/subparse/gstssaparse.c | 1 + 1 file changed, 1 insertion(+) diff --git a/gst/subparse/gstssaparse.c b/gst/subparse/gstssaparse.c index 6a88d01099..9ac8346719 100644 --- a/gst/subparse/gstssaparse.c +++ b/gst/subparse/gstssaparse.c @@ -24,6 +24,7 @@ #include "config.h" #endif +#include /* atoi() */ #include #include "gstssaparse.h"