diff options
| author | Michael Brown | 2006-12-20 04:40:48 +0100 |
|---|---|---|
| committer | Michael Brown | 2006-12-20 04:40:48 +0100 |
| commit | 84a2b886e16644f4fca157fcdb089b1994a8848c (patch) | |
| tree | 2c5df46ca3c103884ef65b6dea2809f79cf60700 /src/core | |
| parent | Move strerror() prototype to string.h, where it belongs (diff) | |
| download | ipxe-84a2b886e16644f4fca157fcdb089b1994a8848c.tar.gz ipxe-84a2b886e16644f4fca157fcdb089b1994a8848c.tar.xz ipxe-84a2b886e16644f4fca157fcdb089b1994a8848c.zip | |
Split error-message table portions of errno.h out to gpxe/errortab.h
Diffstat (limited to 'src/core')
| -rw-r--r-- | src/core/errno.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/core/errno.c b/src/core/errno.c index 83c8564bc..84c3424aa 100644 --- a/src/core/errno.c +++ b/src/core/errno.c @@ -1,6 +1,6 @@ -#include "etherboot.h" -#include "errno.h" -#include "vsprintf.h" +#include <errno.h> +#include <console.h> +#include <gpxe/errortab.h> /** @file * |
