Mercurial > mplayer.hg
comparison libmenu/menu_console.c @ 8229:0f7774d3c5d9
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
author | rfelker |
---|---|
date | Mon, 18 Nov 2002 04:37:18 +0000 |
parents | 3050cfda3c61 |
children | 879f88c3212e |
comparison
equal
deleted
inserted
replaced
8228:59e01995144c | 8229:0f7774d3c5d9 |
---|---|
3 | 3 |
4 #include <stdlib.h> | 4 #include <stdlib.h> |
5 #include <stdio.h> | 5 #include <stdio.h> |
6 #include <string.h> | 6 #include <string.h> |
7 #include <ctype.h> | 7 #include <ctype.h> |
8 #include <sys/time.h> | |
8 #include <sys/types.h> | 9 #include <sys/types.h> |
9 #include <sys/wait.h> | 10 #include <sys/wait.h> |
10 #include <unistd.h> | 11 #include <unistd.h> |
11 #include <errno.h> | 12 #include <errno.h> |
12 | 13 |