From b94def2088fe7941a5e481790636852ef69f7a13 Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Mon, 9 May 2005 18:03:14 +0000 Subject: [PATCH] Include string.h, because we need to define copy_{to,from}_phys --- src/arch/i386/include/virtaddr.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/arch/i386/include/virtaddr.h b/src/arch/i386/include/virtaddr.h index 3bc02833..06625591 100644 --- a/src/arch/i386/include/virtaddr.h +++ b/src/arch/i386/include/virtaddr.h @@ -15,6 +15,7 @@ #ifndef ASSEMBLY #include "stdint.h" +#include "string.h" #ifndef KEEP_IT_REAL