diff options
| author | Michael Brown | 2007-07-24 18:11:31 +0200 |
|---|---|---|
| committer | Michael Brown | 2007-07-24 18:11:31 +0200 |
| commit | 9aa61ad5a26e04493a38bf4f9b6bd1228fef7a79 (patch) | |
| tree | 3b86aec2b1cc194dca76178c0415c131e8a92b1b /src/interface/pxe/pxe_tftp.c | |
| parent | Define -DOBJECT when generating Makefile rules, for consistency. (diff) | |
| download | ipxe-9aa61ad5a26e04493a38bf4f9b6bd1228fef7a79.tar.gz ipxe-9aa61ad5a26e04493a38bf4f9b6bd1228fef7a79.tar.xz ipxe-9aa61ad5a26e04493a38bf4f9b6bd1228fef7a79.zip | |
Add per-file error identifiers
Diffstat (limited to 'src/interface/pxe/pxe_tftp.c')
| -rw-r--r-- | src/interface/pxe/pxe_tftp.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/interface/pxe/pxe_tftp.c b/src/interface/pxe/pxe_tftp.c index 44fb820e5..5197a6310 100644 --- a/src/interface/pxe/pxe_tftp.c +++ b/src/interface/pxe/pxe_tftp.c @@ -24,6 +24,7 @@ #include <stdlib.h> #include <stdio.h> +#include <errno.h> #include <byteswap.h> #include <gpxe/uaccess.h> #include <gpxe/in.h> |
