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. --- common/encode_lavc.c | 1 + 1 file changed, 1 insertion(+) (limited to 'common/encode_lavc.c') diff --git a/common/encode_lavc.c b/common/encode_lavc.c index 2cf549e538..39787430bf 100644 --- a/common/encode_lavc.c +++ b/common/encode_lavc.c @@ -25,6 +25,7 @@ #include "encode_lavc.h" #include "common/global.h" #include "common/msg.h" +#include "common/msg_control.h" #include "video/vfcap.h" #include "options/options.h" #include "osdep/timer.h" -- cgit v1.2.3