summaryrefslogtreecommitdiffstats
path: root/vidix/mtrr.c
diff options
context:
space:
mode:
Diffstat (limited to 'vidix/mtrr.c')
-rw-r--r--vidix/mtrr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/vidix/mtrr.c b/vidix/mtrr.c
index 04f4d5ac3b..335a8c1768 100644
--- a/vidix/mtrr.c
+++ b/vidix/mtrr.c
@@ -10,7 +10,7 @@
#include <stdio.h>
#include <string.h>
#include <errno.h>
-#include "libdha.h"
+#include "dha.h"
#include "AsmMacros.h"
#if defined (__i386__) && defined (__NetBSD__)