summaryrefslogtreecommitdiffstats
path: root/player/osd.c
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2014-01-16 21:24:39 +0100
committerwm4 <wm4@nowhere>2014-01-16 23:06:40 +0100
commit99ee43b33bec75bb43b4c02060776a67246bacca (patch)
tree59ca4784324dcf8ccdf24bd265b588004de3ebb6 /player/osd.c
parent5b14db5ab1be11f905fbc4afe7fc2e9ff5c29a81 (diff)
downloadmpv-99ee43b33bec75bb43b4c02060776a67246bacca.tar.bz2
mpv-99ee43b33bec75bb43b4c02060776a67246bacca.tar.xz
msg: move special declarations to msg_control.h
While almost everything uses msg.h, the moved definitions are rarely needed by anything.
Diffstat (limited to 'player/osd.c')
-rw-r--r--player/osd.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/player/osd.c b/player/osd.c
index 06253df7ee..6c12f2d16d 100644
--- a/player/osd.c
+++ b/player/osd.c
@@ -27,6 +27,7 @@
#include "talloc.h"
#include "common/msg.h"
+#include "common/msg_control.h"
#include "options/options.h"
#include "common/common.h"
#include "options/m_property.h"