summaryrefslogtreecommitdiffstats
path: root/src/arch/i386/include
diff options
context:
space:
mode:
authorMichael Brown2005-05-09 20:03:14 +0200
committerMichael Brown2005-05-09 20:03:14 +0200
commitb94def2088fe7941a5e481790636852ef69f7a13 (patch)
tree8c4654bc053afbb60fecd587429f7c03e3bd1c87 /src/arch/i386/include
parentFirst version (diff)
downloadipxe-b94def2088fe7941a5e481790636852ef69f7a13.tar.gz
ipxe-b94def2088fe7941a5e481790636852ef69f7a13.tar.xz
ipxe-b94def2088fe7941a5e481790636852ef69f7a13.zip
Include string.h, because we need to define copy_{to,from}_phys
Diffstat (limited to 'src/arch/i386/include')
-rw-r--r--src/arch/i386/include/virtaddr.h1
1 files changed, 1 insertions, 0 deletions
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