summaryrefslogtreecommitdiffstats
path: root/vidix
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-03-07 21:25:28 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-03-07 21:25:28 +0000
commit362446fef8ce4cb64f0cd48d17bad410d0a7c162 (patch)
tree2f646b6b027883d16418112300e1cffef2c3322b /vidix
parent88b35a6dc6bb2eabd25cd99117a85319748f3656 (diff)
downloadmpv-362446fef8ce4cb64f0cd48d17bad410d0a7c162.tar.bz2
mpv-362446fef8ce4cb64f0cd48d17bad410d0a7c162.tar.xz
Add missing header #includes to fix 'make checkheaders'.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26197 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'vidix')
-rw-r--r--vidix/drivers.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/vidix/drivers.h b/vidix/drivers.h
index ef4ac8c7d3..f8f94e421a 100644
--- a/vidix/drivers.h
+++ b/vidix/drivers.h
@@ -22,6 +22,8 @@
#ifndef MPLAYER_DRIVERS_H
#define MPLAYER_DRIVERS_H
+#include "vidixlib.h"
+
void vidix_register_all_drivers (void);
int vidix_find_driver (VDXContext *ctx, const char *name,