mirror of https://github.com/mpv-player/mpv
10l:
menu_console.c: In function `check_child': menu_console.c:226: storage size of `tv' isn't known menu_console.c:234: sizeof applied to an incomplete type git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8230 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
1015043558
commit
7370d41aad
|
@ -5,6 +5,7 @@
|
|||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include <ctype.h>
|
||||
#include <sys/time.h>
|
||||
#include <sys/types.h>
|
||||
#include <sys/wait.h>
|
||||
#include <unistd.h>
|
||||
|
|
Loading…
Reference in New Issue