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
This commit is contained in:
reimar 2010-06-29 16:30:28 +00:00 committed by Uoti Urpala
parent 815460d289
commit b8ab283f91
1 changed files with 1 additions and 0 deletions

View File

@ -52,6 +52,7 @@
*/
#include "dha.h"
#include "config.h"
#include <errno.h>
#include <string.h>
#include <stdio.h>