Use of system() in test programs needs an #include <stdlib.h>.
authorDavid I. Lehn <dlehn@users.sourceforge.net>
Wed, 14 Mar 2001 07:54:02 +0000 (07:54 +0000)
committerDavid I. Lehn <dlehn@users.sourceforge.net>
Wed, 14 Mar 2001 07:54:02 +0000 (07:54 +0000)
Original commit message from CVS:
Use of system() in test programs needs an #include <stdlib.h>.

gstreamer.m4

index 3a564b2..59f63d9 100644 (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
 ])
 
-
-
-
-
-
-
-
-
-
-
-