[vlc-commits] access: dv: missing #include
Tristan Matthews
git at videolan.org
Tue Jul 7 22:15:31 CEST 2015
vlc | branch: master | Tristan Matthews <tmatth at videolan.org> | Tue Jul 7 16:11:19 2015 -0400| [31b18f0c5c426d13b696adeeefdebb051fc3d0fd] | committer: Tristan Matthews
access: dv: missing #include
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=31b18f0c5c426d13b696adeeefdebb051fc3d0fd
---
modules/access/dv.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/modules/access/dv.c b/modules/access/dv.c
index 206f887..b186164 100644
--- a/modules/access/dv.c
+++ b/modules/access/dv.c
@@ -28,6 +28,8 @@
# include "config.h"
#endif
+#include <assert.h>
+
#include <vlc_common.h>
#include <vlc_plugin.h>
#include <vlc_access.h>
More information about the vlc-commits
mailing list