mirror of
https://gitee.com/openharmony/third_party_ffmpeg
synced 2025-02-14 17:49:46 +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…
x
Reference in New Issue
Block a user