summaryrefslogtreecommitdiffstats
path: root/src/usr/lotest.c
diff options
context:
space:
mode:
authorMichael Brown2011-03-09 21:09:26 +0100
committerMichael Brown2011-03-09 21:09:26 +0100
commit1c0ff6e1a720907f9211f43d4d8d9fc18d522348 (patch)
tree664255e3bb570dbc248f9782f8f0d26bd98bd76a /src/usr/lotest.c
parent[script] Allow scripts to be replaced (diff)
downloadipxe-1c0ff6e1a720907f9211f43d4d8d9fc18d522348.tar.gz
ipxe-1c0ff6e1a720907f9211f43d4d8d9fc18d522348.tar.xz
ipxe-1c0ff6e1a720907f9211f43d4d8d9fc18d522348.zip
[console] Move include/console.h to include/ipxe/console.h
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/usr/lotest.c')
-rw-r--r--src/usr/lotest.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/lotest.c b/src/usr/lotest.c
index c8ee6213..7f9f2fd0 100644
--- a/src/usr/lotest.c
+++ b/src/usr/lotest.c
@@ -28,7 +28,7 @@ FILE_LICENCE ( GPL2_OR_LATER );
#include <ipxe/netdevice.h>
#include <ipxe/if_ether.h>
#include <ipxe/keys.h>
-#include <console.h>
+#include <ipxe/console.h>
#include <usr/ifmgmt.h>
#include <usr/lotest.h>