[SCM] libav/experimental: Add appropriate headers for exit and printf.

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 16:01:28 UTC 2013


The following commit has been merged in the experimental branch:
commit a65bafeff018b42b2c6341e172867e213212a7b0
Author: Diego Biurrun <diego at biurrun.de>
Date:   Sun Jun 10 14:12:01 2007 +0000

    Add appropriate headers for exit and printf.
    
    Originally committed as revision 9268 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/cws2fws.c b/cws2fws.c
index 61f1294..5d8f524 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>
 

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list