tools: Define getopt in make_xftmpl.c.
This commit is contained in:
parent
9138dce367
commit
7db8cf29e9
|
@ -99,6 +99,8 @@ static const struct keyword reserved_words[] = {
|
|||
{"WORD", TOKEN_WORD}
|
||||
};
|
||||
|
||||
extern int getopt(int argc, char *const *argv, const char *optstring);
|
||||
|
||||
static BOOL option_header;
|
||||
static char *option_inc_var_name = NULL;
|
||||
static char *option_inc_size_name = NULL;
|
||||
|
|
Loading…
Reference in New Issue