mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-01-08 16:19:33 +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