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/interface/pxe/pxe_errors.c | |
| 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/interface/pxe/pxe_errors.c')
| -rw-r--r-- | src/interface/pxe/pxe_errors.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interface/pxe/pxe_errors.c b/src/interface/pxe/pxe_errors.c index dce50d773..3b00127bd 100644 --- a/src/interface/pxe/pxe_errors.c +++ b/src/interface/pxe/pxe_errors.c @@ -1,4 +1,4 @@ -#include "errno.h" +#include <gpxe/errortab.h> /* * This table was generated from the relevant section of errno.h using |
