mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2024-11-24 12:09:55 +00:00
getopt: Add missing includes
Signed-off-by: Martin Storsjö <martin@martin.st>
This commit is contained in:
parent
e5f2731c73
commit
da8201cc82
@ -30,6 +30,9 @@
|
||||
* in the public domain.
|
||||
*/
|
||||
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
|
||||
#define EOF (-1)
|
||||
|
||||
static int opterr = 1;
|
||||
|
Loading…
Reference in New Issue
Block a user