changeset 24208:3b80b74b6813

Fix "incompatible implicit declaration of built-in function 'exit'" warnings.
author diego
date Mon, 27 Aug 2007 10:16:10 +0000
parents ded86473fad7
children 37c351362624
files TOOLS/realcodecs/14_4.c TOOLS/realcodecs/28_8.c TOOLS/realcodecs/cook.c TOOLS/realcodecs/drv2.c TOOLS/realcodecs/drv3.c TOOLS/realcodecs/drv4.c TOOLS/realcodecs/ra.c TOOLS/realcodecs/rv30.c TOOLS/realcodecs/sipr.c
diffstat 9 files changed, 9 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/TOOLS/realcodecs/14_4.c	Mon Aug 27 10:13:11 2007 +0000
+++ b/TOOLS/realcodecs/14_4.c	Mon Aug 27 10:16:10 2007 +0000
@@ -11,6 +11,7 @@
 
 #include <stddef.h>
 #include <stdio.h>
+#include <stdlib.h>
 #include <dlfcn.h>
 #include <sys/time.h>
 
--- a/TOOLS/realcodecs/28_8.c	Mon Aug 27 10:13:11 2007 +0000
+++ b/TOOLS/realcodecs/28_8.c	Mon Aug 27 10:16:10 2007 +0000
@@ -11,6 +11,7 @@
 
 #include <stddef.h>
 #include <stdio.h>
+#include <stdlib.h>
 #include <dlfcn.h>
 #include <sys/time.h>
 
--- a/TOOLS/realcodecs/cook.c	Mon Aug 27 10:13:11 2007 +0000
+++ b/TOOLS/realcodecs/cook.c	Mon Aug 27 10:16:10 2007 +0000
@@ -11,6 +11,7 @@
 
 #include <stddef.h>
 #include <stdio.h>
+#include <stdlib.h>
 #include <dlfcn.h>
 #include <sys/time.h>
 
--- a/TOOLS/realcodecs/drv2.c	Mon Aug 27 10:13:11 2007 +0000
+++ b/TOOLS/realcodecs/drv2.c	Mon Aug 27 10:16:10 2007 +0000
@@ -11,6 +11,7 @@
 
 #include <stddef.h>
 #include <stdio.h>
+#include <stdlib.h>
 #include <dlfcn.h>
 #include <sys/time.h>
 
--- a/TOOLS/realcodecs/drv3.c	Mon Aug 27 10:13:11 2007 +0000
+++ b/TOOLS/realcodecs/drv3.c	Mon Aug 27 10:16:10 2007 +0000
@@ -11,6 +11,7 @@
 
 #include <stddef.h>
 #include <stdio.h>
+#include <stdlib.h>
 #include <dlfcn.h>
 #include <sys/time.h>
 
--- a/TOOLS/realcodecs/drv4.c	Mon Aug 27 10:13:11 2007 +0000
+++ b/TOOLS/realcodecs/drv4.c	Mon Aug 27 10:16:10 2007 +0000
@@ -11,6 +11,7 @@
 
 #include <stddef.h>
 #include <stdio.h>
+#include <stdlib.h>
 #include <dlfcn.h>
 #include <sys/time.h>
 
--- a/TOOLS/realcodecs/ra.c	Mon Aug 27 10:13:11 2007 +0000
+++ b/TOOLS/realcodecs/ra.c	Mon Aug 27 10:16:10 2007 +0000
@@ -11,6 +11,7 @@
 
 #include <stddef.h>
 #include <stdio.h>
+#include <stdlib.h>
 #include <dlfcn.h>
 #include <sys/time.h>
 
--- a/TOOLS/realcodecs/rv30.c	Mon Aug 27 10:13:11 2007 +0000
+++ b/TOOLS/realcodecs/rv30.c	Mon Aug 27 10:16:10 2007 +0000
@@ -11,6 +11,7 @@
 
 #include <stddef.h>
 #include <stdio.h>
+#include <stdlib.h>
 #include <dlfcn.h>
 #include <sys/time.h>
 
--- a/TOOLS/realcodecs/sipr.c	Mon Aug 27 10:13:11 2007 +0000
+++ b/TOOLS/realcodecs/sipr.c	Mon Aug 27 10:16:10 2007 +0000
@@ -28,6 +28,7 @@
 
 #include <stddef.h>
 #include <stdio.h>
+#include <stdlib.h>
 #include <dlfcn.h>
 #include <sys/time.h>