[vlc-commits] help: missing #include

Rémi Denis-Courmont git at videolan.org
Sat Oct 26 17:24:35 CEST 2013


vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Sat Oct 26 18:24:18 2013 +0300| [b4786cfa206769a77ebc4dbaa0426c2efb6b77c9] | committer: Rémi Denis-Courmont

help: missing #include

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

 src/config/help.c |    1 +
 1 file changed, 1 insertion(+)

diff --git a/src/config/help.c b/src/config/help.c
index 8ec7d79..9a9729b 100644
--- a/src/config/help.c
+++ b/src/config/help.c
@@ -44,6 +44,7 @@ static void PauseConsole (void);
 # define ShowConsole() (void)0
 # define PauseConsole() (void)0
 # include <unistd.h>
+# include <termios.h>
 # include <sys/ioctl.h>
 #endif
 



More information about the vlc-commits mailing list