summaryrefslogtreecommitdiffstats
path: root/TOOLS/realcodecs/cook.c
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-08-27 10:16:10 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-08-27 10:16:10 +0000
commit70261e715f8ac25a894aac06724ad033bd5923d7 (patch)
treed7b83d65999383f40a57a9fbdd233f555c1999aa /TOOLS/realcodecs/cook.c
parent53cdcdb4d32835c7b9eeaa4925194e4c7c9df32a (diff)
downloadmpv-70261e715f8ac25a894aac06724ad033bd5923d7.tar.bz2
mpv-70261e715f8ac25a894aac06724ad033bd5923d7.tar.xz
Fix "incompatible implicit declaration of built-in function 'exit'" warnings.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24228 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'TOOLS/realcodecs/cook.c')
-rw-r--r--TOOLS/realcodecs/cook.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/TOOLS/realcodecs/cook.c b/TOOLS/realcodecs/cook.c
index 5b8aceae78..e69bd13af5 100644
--- a/TOOLS/realcodecs/cook.c
+++ b/TOOLS/realcodecs/cook.c
@@ -11,6 +11,7 @@
#include <stddef.h>
#include <stdio.h>
+#include <stdlib.h>
#include <dlfcn.h>
#include <sys/time.h>