vlc | branch: master | Rafaël Carré <[email protected]> | Tue Dec 2 23:20:31 2014 +0100| [21d38e97721e67c59c0254efddaf2f10a1b0a95f] | committer: Rafaël Carré
Missing header > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=21d38e97721e67c59c0254efddaf2f10a1b0a95f --- test/src/crypto/update.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/src/crypto/update.c b/test/src/crypto/update.c index 5e19391..e5a92bc 100644 --- a/test/src/crypto/update.c +++ b/test/src/crypto/update.c @@ -22,6 +22,8 @@ # include "config.h" #endif +#include <stdio.h> + #ifndef UPDATE_CHECK int main(void) { _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
