mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-05-21 00:46:44 +08:00
getopt: Add missing includes
Signed-off-by: Martin Storsjö <martin@martin.st>
This commit is contained in:
@ -30,6 +30,9 @@
|
|||||||
* in the public domain.
|
* in the public domain.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#include <stdio.h>
|
||||||
|
#include <string.h>
|
||||||
|
|
||||||
#define EOF (-1)
|
#define EOF (-1)
|
||||||
|
|
||||||
static int opterr = 1;
|
static int opterr = 1;
|
||||||
|
Reference in New Issue
Block a user