From 826969025ea4b01604d5112d334dde922dcfac07 Mon Sep 17 00:00:00 2001 From: "David I. Lehn" Date: Wed, 14 Mar 2001 07:54:02 +0000 Subject: [PATCH] Use of system() in test programs needs an #include . Original commit message from CVS: Use of system() in test programs needs an #include . --- gstreamer.m4 | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/gstreamer.m4 b/gstreamer.m4 index 3a564b2a52..59f63d9d69 100644 --- a/gstreamer.m4 +++ b/gstreamer.m4 @@ -72,6 +72,7 @@ dnl AC_TRY_RUN([ #include #include +#include #include int main () @@ -166,14 +167,3 @@ dnl rm -f conf.gstreamertest ]) - - - - - - - - - - -