diff options
| author | Michael Brown | 2005-05-19 16:49:56 +0200 |
|---|---|---|
| committer | Michael Brown | 2005-05-19 16:49:56 +0200 |
| commit | eff1cd867b1c4b7d9f8892208ee4d6d98e9b5346 (patch) | |
| tree | b8339ddf6a3f79c6237d5f5e24bc20d5ad0e9cb2 | |
| parent | Add a const to avoid a warning (diff) | |
| download | ipxe-eff1cd867b1c4b7d9f8892208ee4d6d98e9b5346.tar.gz ipxe-eff1cd867b1c4b7d9f8892208ee4d6d98e9b5346.tar.xz ipxe-eff1cd867b1c4b7d9f8892208ee4d6d98e9b5346.zip | |
errno.h now required in order to compile.
| -rw-r--r-- | src/core/buffer.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/buffer.c b/src/core/buffer.c index 51e5dfebc..6e05b0882 100644 --- a/src/core/buffer.c +++ b/src/core/buffer.c @@ -93,6 +93,7 @@ #include "stddef.h" #include "string.h" #include "io.h" +#include "errno.h" #include "buffer.h" /** |
