[vlc-devel] commit: Fix building the testsuite ( Rémi Denis-Courmont )

git version control git at videolan.org
Sun Jun 1 09:27:28 CEST 2008


vlc | branch: master | Rémi Denis-Courmont <rdenis at simphalempin.com> | Sun Jun  1 10:29:08 2008 +0300| [eb5e7fb48e14a138a4e05c3672626995d58a90d0]

Fix building the testsuite

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

 test/libvlc/test.h |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/test/libvlc/test.h b/test/libvlc/test.h
index 39c4da2..947caa9 100644
--- a/test/libvlc/test.h
+++ b/test/libvlc/test.h
@@ -32,13 +32,14 @@
 #ifdef HAVE_CONFIG_H
 # include "config.h"
 #endif
-#include <vlc/libvlc.h>
+#include <vlc/vlc.h>
 
 #undef NDEBUG
 #include <assert.h>
 
 #include <stdio.h>
 #include <stdlib.h>
+#include <stdbool.h>
 #include <unistd.h>
 
 




More information about the vlc-devel mailing list