summaryrefslogtreecommitdiffstats
path: root/libdha/mtrr.c
diff options
context:
space:
mode:
Diffstat (limited to 'libdha/mtrr.c')
-rw-r--r--libdha/mtrr.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/libdha/mtrr.c b/libdha/mtrr.c
index d4cc376feb..977ce80477 100644
--- a/libdha/mtrr.c
+++ b/libdha/mtrr.c
@@ -8,6 +8,7 @@
#include "config.h"
#include <stdio.h>
+#include <string.h>
#include <errno.h>
#include "libdha.h"
#include "AsmMacros.h"
@@ -81,4 +82,4 @@ int mtrr_set_type(unsigned base,unsigned size,int type)
{
return ENOSYS;
}
-#endif \ No newline at end of file
+#endif