summaryrefslogtreecommitdiffstats
path: root/common/msg.c
diff options
context:
space:
mode:
Diffstat (limited to 'common/msg.c')
-rw-r--r--common/msg.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/common/msg.c b/common/msg.c
index 32bbe8e89e..7a4b78b266 100644
--- a/common/msg.c
+++ b/common/msg.c
@@ -34,7 +34,8 @@
#include "osdep/terminal.h"
#include "osdep/io.h"
-#include "common/msg.h"
+#include "msg.h"
+#include "msg_control.h"
/* maximum message length of mp_msg */
#define MSGSIZE_MAX 6144