diff TOOLS/realcodecs/drv3.c @ 24208:3b80b74b6813

Fix "incompatible implicit declaration of built-in function 'exit'" warnings.
author diego
date Mon, 27 Aug 2007 10:16:10 +0000
parents 99d2902782ed
children 1da5724cc7a7
line wrap: on
line diff
--- 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>