mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-05-17 23:17:41 +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.
|
||||
*/
|
||||
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
|
||||
#define EOF (-1)
|
||||
|
||||
static int opterr = 1;
|
||||
|
Reference in New Issue
Block a user