diff vidix/mtrr.c @ 22901:a7605669b114

renamed libdha.[hc] to dha.[hc]
author ben
date Fri, 06 Apr 2007 15:26:41 +0000
parents a9e111b88c4a
children 82216ef041e0
line wrap: on
line diff
--- a/vidix/mtrr.c	Fri Apr 06 15:20:49 2007 +0000
+++ b/vidix/mtrr.c	Fri Apr 06 15:26:41 2007 +0000
@@ -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__)