Use of system() in test programs needs an #include <stdlib.h>.

Original commit message from CVS:
Use of system() in test programs needs an #include <stdlib.h>.
This commit is contained in:
David I. Lehn 2001-03-14 07:54:02 +00:00
parent c705c78082
commit 826969025e

View file

@ -72,6 +72,7 @@ dnl
AC_TRY_RUN([
#include <gst/gst.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
int
main ()
@ -166,14 +167,3 @@ dnl
rm -f conf.gstreamertest
])