diff options
author | Michael Brown <mcb30@ipxe.org> | 2011-03-09 20:09:26 +0000 |
---|---|---|
committer | Michael Brown <mcb30@ipxe.org> | 2011-03-09 20:09:26 +0000 |
commit | 1c0ff6e1a720907f9211f43d4d8d9fc18d522348 (patch) | |
tree | 664255e3bb570dbc248f9782f8f0d26bd98bd76a /src/core/getkey.c | |
parent | e934447a60e7d9fe84e246ad03c1a16d4bb88a9b (diff) | |
download | ipxe-1c0ff6e1a720907f9211f43d4d8d9fc18d522348.tar.gz |
[console] Move include/console.h to include/ipxe/console.h
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/core/getkey.c')
-rw-r--r-- | src/core/getkey.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/getkey.c b/src/core/getkey.c index b8e6af786..d692b1bc8 100644 --- a/src/core/getkey.c +++ b/src/core/getkey.c @@ -19,7 +19,7 @@ FILE_LICENCE ( GPL2_OR_LATER ); #include <ctype.h> -#include <console.h> +#include <ipxe/console.h> #include <ipxe/process.h> #include <ipxe/keys.h> #include <ipxe/timer.h> |