summaryrefslogtreecommitdiffstats
path: root/input/input.h
diff options
context:
space:
mode:
Diffstat (limited to 'input/input.h')
-rw-r--r--input/input.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/input/input.h b/input/input.h
index ee66ff6f8a..6e2e0f7046 100644
--- a/input/input.h
+++ b/input/input.h
@@ -75,6 +75,7 @@ struct mp_cmd_arg {
float f;
double d;
char *s;
+ char **str_list;
void *p;
} v;
};