[vlc-devel] [vlc-commits] help: missing #include
Rafaël Carré
funman at videolan.org
Mon Oct 28 06:33:54 CET 2013
Le 26/10/2013 17:24, Rémi Denis-Courmont a écrit :
> 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
Thank you
More information about the vlc-devel
mailing list