summaryrefslogtreecommitdiffstats
path: root/vidix
diff options
context:
space:
mode:
authorreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2010-06-29 16:30:28 +0000
committerUoti Urpala <uau@glyph.nonexistent.invalid>2010-11-02 04:11:43 +0200
commitb8ab283f91fcbdee4051be712d2d2ae57e7328c3 (patch)
tree979fe9d2861a44df652778184de600133ac6649c /vidix
parent815460d2897e1215224aedf23a048ae7f1d850a4 (diff)
downloadmpv-b8ab283f91fcbdee4051be712d2d2ae57e7328c3.tar.bz2
mpv-b8ab283f91fcbdee4051be712d2d2ae57e7328c3.tar.xz
vidix/pci.c: Add config.h include
Needed for other included files in sysdep/. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31588 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'vidix')
-rw-r--r--vidix/pci.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/vidix/pci.c b/vidix/pci.c
index 92eda06016..345ae4a804 100644
--- a/vidix/pci.c
+++ b/vidix/pci.c
@@ -52,6 +52,7 @@
*/
#include "dha.h"
+#include "config.h"
#include <errno.h>
#include <string.h>
#include <stdio.h>