From a65bafeff018b42b2c6341e172867e213212a7b0 Mon Sep 17 00:00:00 2001
From: Diego Biurrun <diego@biurrun.de>
Date: Sun, 10 Jun 2007 14:12:01 +0000
Subject: [PATCH] Add appropriate headers for exit and printf.

Originally committed as revision 9268 to svn://svn.ffmpeg.org/ffmpeg/trunk
---
 cws2fws.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/cws2fws.c b/cws2fws.c
index 61f12940d54..5d8f524b7a1 100644
--- a/cws2fws.c
+++ b/cws2fws.c
@@ -8,6 +8,8 @@
 
 #include <sys/stat.h>
 #include <fcntl.h>
+#include <stdio.h>
+#include <stdlib.h>
 #include <unistd.h>
 #include <zlib.h>
 
-- 
GitLab