summaryrefslogtreecommitdiffstats
path: root/common/global.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/global.h')
-rw-r--r--common/global.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/global.h b/common/global.h
index 546c585294..fb70b4ff01 100644
--- a/common/global.h
+++ b/common/global.h
@@ -7,6 +7,7 @@
struct mpv_global {
struct MPOpts *opts;
struct mp_log *log;
+ struct mp_client_api *client_api;
};
#endif