[vlc-devel] [PATCH 1/4] vout: add missing include

Lyndon Brown jnqnfe at gmail.com
Fri Oct 2 07:25:11 CEST 2020


From: Lyndon Brown <jnqnfe at gmail.com>
Date: Fri, 2 Oct 2020 03:58:15 +0100
Subject: vout: add missing include


diff --git a/src/video_output/control.h b/src/video_output/control.h
index 5d84db34d1..4022756d23 100644
--- a/src/video_output/control.h
+++ b/src/video_output/control.h
@@ -24,6 +24,7 @@
 #define LIBVLC_VOUT_INTERNAL_CONTROL_H
 
 #include <vlc_viewpoint.h>
+#include <vlc_mouse.h>
 
 /* */
 enum {



More information about the vlc-devel mailing list