diff --git a/exec.c b/exec.c index 3955371..2ddaa3a 100644 --- a/exec.c +++ b/exec.c @@ -617,7 +617,7 @@ cleanup: #if defined(QCVM_EXECUTOR) #include -cmd_options opts; +opts_cmd_t opts; const char *type_name[TYPE_COUNT] = { "void", diff --git a/test.c b/test.c index 9694161..a3956e9 100644 --- a/test.c +++ b/test.c @@ -25,7 +25,7 @@ #include #include -cmd_options opts; +opts_cmd_t opts; char *task_bins[] = { "./gmqcc",