| Index: tools/mac/exception_port_tool.cc
|
| diff --git a/tools/mac/exception_port_tool.cc b/tools/mac/exception_port_tool.cc
|
| index ad0e4dc16bb08aeacfebdf808e06def4004126ae..3bb96524d97a706581469f7093e11207b86ac305 100644
|
| --- a/tools/mac/exception_port_tool.cc
|
| +++ b/tools/mac/exception_port_tool.cc
|
| @@ -401,7 +401,7 @@ int ExceptionPortToolMain(int argc, char* argv[]) {
|
| bool numeric;
|
| } options = {};
|
|
|
| - const struct option long_options[] = {
|
| + const option long_options[] = {
|
| {"set-handler", required_argument, nullptr, kOptionSetPort},
|
| {"show-bootstrap", required_argument, nullptr, kOptionShowBootstrap},
|
| {"pid", required_argument, nullptr, kOptionPid},
|
|
|