=?UTF-8?Q?Stefan=20D=C3=B6singer=20?=: tools: Define getopt in make_xftmpl. c.

Alexandre Julliard julliard at winehq.org
Thu Dec 19 12:43:27 CST 2013


Module: wine
Branch: master
Commit: 7db8cf29e95bd68cc879adf2696a312b230d72ce
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=7db8cf29e95bd68cc879adf2696a312b230d72ce

Author: Stefan Dösinger <stefan at codeweavers.com>
Date:   Thu Dec 19 15:11:39 2013 +0100

tools: Define getopt in make_xftmpl.c.

---

 tools/make_xftmpl.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/tools/make_xftmpl.c b/tools/make_xftmpl.c
index 1d83498..75b47cc 100644
--- a/tools/make_xftmpl.c
+++ b/tools/make_xftmpl.c
@@ -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;




More information about the wine-cvs mailing list