Define REPLACE_GETOPT to use our definition of getopt. Signed-off-by: Linda Sun <l...@vmware.com> --- include/windows/getopt.h | 2 ++ 1 file changed, 2 insertions(+)
diff --git a/include/windows/getopt.h b/include/windows/getopt.h index 9b526ff..e9e8bfb 100644 --- a/include/windows/getopt.h +++ b/include/windows/getopt.h @@ -32,6 +32,8 @@ #include <unistd.h> +#define REPLACE_GETOPT 1 + extern char *optarg; extern int optind; -- 1.9.1 _______________________________________________ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev