diff options
author | Marty Connor <mdc@etherboot.org> | 2007-07-03 13:20:22 -0400 |
---|---|---|
committer | Marty Connor <mdc@etherboot.org> | 2007-07-03 13:20:22 -0400 |
commit | c77704cb60731a8d4b3c5301720aeacfad83592f (patch) | |
tree | 63bc9ab41e3094de0c4815309b7b26bf32d43513 /src/hci/tui | |
parent | 5f92f0bd820647ce6f8847e26c0f42607efd4c8f (diff) | |
download | ipxe-c77704cb60731a8d4b3c5301720aeacfad83592f.tar.gz |
Warnings purge: src/{crypto,hci,net}
Diffstat (limited to 'src/hci/tui')
-rw-r--r-- | src/hci/tui/settings_ui.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/hci/tui/settings_ui.c b/src/hci/tui/settings_ui.c index 112eadeb..3524f3c3 100644 --- a/src/hci/tui/settings_ui.c +++ b/src/hci/tui/settings_ui.c @@ -16,6 +16,7 @@ * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ +#include <stdio.h> #include <stdarg.h> #include <unistd.h> #include <string.h> |