tools: Define getopt in make_xftmpl.c.

oldstable
Stefan Dösinger 2013-12-19 15:11:39 +01:00 committed by Alexandre Julliard
parent 9138dce367
commit 7db8cf29e9
1 changed files with 2 additions and 0 deletions

View File

@ -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;