[vlc-commits] Missing header

Rafaël Carré git at videolan.org
Tue Dec 2 23:20:52 CET 2014


vlc | branch: master | Rafaël Carré <funman at videolan.org> | 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)
 {



More information about the vlc-commits mailing list