Fix #include paths.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26932 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2008-05-30 19:14:04 +00:00
parent a961f8ee76
commit 508a697e94
3 changed files with 3 additions and 3 deletions

View File

@ -70,7 +70,7 @@
#ifdef CONFIG_DHAHELPER
#include <sys/ioctl.h>
#include "../kernelhelper/dhahelper.h"
#include "kernelhelper/dhahelper.h"
extern int dhahelper_fd;
extern int dhahelper_initialized;

View File

@ -6,7 +6,7 @@
#include <windows.h>
#include <ddk/ntddk.h>
#include "../dhahelperwin/dhahelper.h"
#include "dhahelperwin/dhahelper.h"
/*
This is the request structure that applications use

View File

@ -28,7 +28,7 @@
#include <windows.h>
#include <ddk/ntddk.h>
#include "../dhahelperwin/dhahelper.h"
#include "dhahelperwin/dhahelper.h"
static HANDLE hDriver;
extern int IsWinNT();