diff options
| author | Michael Brown | 2007-01-11 02:47:26 +0100 |
|---|---|---|
| committer | Michael Brown | 2007-01-11 02:47:26 +0100 |
| commit | bb2024c6d646211226305e8fbd240e603085c93f (patch) | |
| tree | 3e24e659d002a3c3f6a41440a1dd3871e75832f7 /src/core/buffer.c | |
| parent | Warn when net device on an active route is not open. (diff) | |
| download | ipxe-bb2024c6d646211226305e8fbd240e603085c93f.tar.gz ipxe-bb2024c6d646211226305e8fbd240e603085c93f.tar.xz ipxe-bb2024c6d646211226305e8fbd240e603085c93f.zip | |
Move include/buffer.h to include/gpxe/buffer.h
Diffstat (limited to 'src/core/buffer.c')
| -rw-r--r-- | src/core/buffer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/buffer.c b/src/core/buffer.c index 5c31ff8de..81288ff53 100644 --- a/src/core/buffer.c +++ b/src/core/buffer.c @@ -43,7 +43,7 @@ #include "io.h" #include "errno.h" #include <assert.h> -#include "buffer.h" +#include <gpxe/buffer.h> /** * Initialise a buffer. |
