changeset 26994:4eb30f58ea41

Fix dhahelper.h #include paths.
author diego
date Sun, 08 Jun 2008 09:19:47 +0000
parents c1dfb011c41d
children dcea1687ff06
files vidix/sysdep/AsmMacros_x86.h vidix/sysdep/libdha_win32.c vidix/sysdep/pci_win32.c
diffstat 3 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/vidix/sysdep/AsmMacros_x86.h	Sat Jun 07 14:32:06 2008 +0000
+++ b/vidix/sysdep/AsmMacros_x86.h	Sun Jun 08 09:19:47 2008 +0000
@@ -70,7 +70,7 @@
 
 #ifdef CONFIG_DHAHELPER
 #include <sys/ioctl.h>
-#include "dhahelper/dhahelper.h"
+#include "vidix/dhahelper/dhahelper.h"
 
 extern int dhahelper_fd;
 extern int dhahelper_initialized;
--- a/vidix/sysdep/libdha_win32.c	Sat Jun 07 14:32:06 2008 +0000
+++ b/vidix/sysdep/libdha_win32.c	Sun Jun 08 09:19:47 2008 +0000
@@ -6,7 +6,7 @@
 
 #include <windows.h>
 #include <ddk/ntddk.h>
-#include "dhahelperwin/dhahelper.h"
+#include "vidix/dhahelperwin/dhahelper.h"
 
 /*
   This is the request structure that applications use
--- a/vidix/sysdep/pci_win32.c	Sat Jun 07 14:32:06 2008 +0000
+++ b/vidix/sysdep/pci_win32.c	Sun Jun 08 09:19:47 2008 +0000
@@ -28,7 +28,7 @@
 
 #include <windows.h>
 #include <ddk/ntddk.h>
-#include "dhahelperwin/dhahelper.h"
+#include "vidix/dhahelperwin/dhahelper.h"
 
 static HANDLE hDriver;
 extern int IsWinNT();