# HG changeset patch # User diego # Date 1212916787 0 # Node ID 4eb30f58ea41941e050c2dd56ea772d617efcca2 # Parent c1dfb011c41d9c148a0a00fcb463792f20a112b1 Fix dhahelper.h #include paths. diff -r c1dfb011c41d -r 4eb30f58ea41 vidix/sysdep/AsmMacros_x86.h --- 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 -#include "dhahelper/dhahelper.h" +#include "vidix/dhahelper/dhahelper.h" extern int dhahelper_fd; extern int dhahelper_initialized; diff -r c1dfb011c41d -r 4eb30f58ea41 vidix/sysdep/libdha_win32.c --- 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 #include -#include "dhahelperwin/dhahelper.h" +#include "vidix/dhahelperwin/dhahelper.h" /* This is the request structure that applications use diff -r c1dfb011c41d -r 4eb30f58ea41 vidix/sysdep/pci_win32.c --- 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 #include -#include "dhahelperwin/dhahelper.h" +#include "vidix/dhahelperwin/dhahelper.h" static HANDLE hDriver; extern int IsWinNT();