diff options
| author | Michael Brown | 2012-03-26 15:43:52 +0200 |
|---|---|---|
| committer | Michael Brown | 2012-03-26 15:43:52 +0200 |
| commit | a6d49c17c9ef82420138a51b52a9ce57074650db (patch) | |
| tree | 1931f96976c9a733b8f07d1ae0269d84ac0f113c /src/usr | |
| parent | [image] Add the "imgtrust" and "imgverify" commands (diff) | |
| download | ipxe-a6d49c17c9ef82420138a51b52a9ce57074650db.tar.gz ipxe-a6d49c17c9ef82420138a51b52a9ce57074650db.tar.xz ipxe-a6d49c17c9ef82420138a51b52a9ce57074650db.zip | |
[console] Move putchar() and getchar() declarations to stdio.h
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/usr')
| -rw-r--r-- | src/usr/iwmgmt.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/usr/iwmgmt.c b/src/usr/iwmgmt.c index 29f623c37..abcd63f4d 100644 --- a/src/usr/iwmgmt.c +++ b/src/usr/iwmgmt.c @@ -19,7 +19,6 @@ FILE_LICENCE ( GPL2_OR_LATER ); #include <stdio.h> -#include <ipxe/console.h> #include <string.h> #include <errno.h> #include <ipxe/net80211.h> |
