diff options
| author | Michael Brown | 2006-12-21 00:43:44 +0100 |
|---|---|---|
| committer | Michael Brown | 2006-12-21 00:43:44 +0100 |
| commit | 839d425c6ea6d3ff5872baa3ffe6818a9d30bd6c (patch) | |
| tree | 18eb5b25fd04a9f7c0e7114a28da7428baf70777 | |
| parent | Return ANSI sequences for special keys (diff) | |
| download | ipxe-839d425c6ea6d3ff5872baa3ffe6818a9d30bd6c.tar.gz ipxe-839d425c6ea6d3ff5872baa3ffe6818a9d30bd6c.tar.xz ipxe-839d425c6ea6d3ff5872baa3ffe6818a9d30bd6c.zip | |
Added missing header
| -rw-r--r-- | src/core/main.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/main.c b/src/core/main.c index 1b8130850..59f710ac1 100644 --- a/src/core/main.c +++ b/src/core/main.c @@ -33,6 +33,7 @@ Literature dealing with the network protocols: #include <gpxe/netdevice.h> #include <gpxe/shell.h> #include <gpxe/shell_banner.h> +#include <gpxe/autoboot.h> /* Linker symbols */ extern char _bss[], _ebss[]; |
