[vlc-devel] commit: Fix missing #include ( Rémi Denis-Courmont )

git version control git at videolan.org
Wed May 7 21:25:50 CEST 2008


vlc | branch: master | Rémi Denis-Courmont <rem at videolan.org> | Wed May  7 22:25:09 2008 +0300| [4a47b7b922e556a11800e2efe2d92640766187cf]

Fix missing #include

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=4a47b7b922e556a11800e2efe2d92640766187cf
---

 src/test/headers.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/src/test/headers.c b/src/test/headers.c
index b908f88..7be8994 100644
--- a/src/test/headers.c
+++ b/src/test/headers.c
@@ -43,6 +43,8 @@
 #include <vlc/mediacontrol.h>
 #include <vlc/mediacontrol_structures.h>
 
+#include <stdio.h>
+
 int main (void)
 {
     puts ("Public headers can be used for external compilation.");




More information about the vlc-devel mailing list