From 99ee43b33bec75bb43b4c02060776a67246bacca Mon Sep 17 00:00:00 2001 From: wm4 Date: Thu, 16 Jan 2014 21:24:39 +0100 Subject: msg: move special declarations to msg_control.h While almost everything uses msg.h, the moved definitions are rarely needed by anything. --- player/osd.c | 1 + 1 file changed, 1 insertion(+) (limited to 'player/osd.c') 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" -- cgit v1.2.3