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/include/load_buffer.h | |
| 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/include/load_buffer.h')
| -rw-r--r-- | src/include/load_buffer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/load_buffer.h b/src/include/load_buffer.h index 5aa37410e..b13c4e2a4 100644 --- a/src/include/load_buffer.h +++ b/src/include/load_buffer.h @@ -1,7 +1,7 @@ #ifndef LOAD_BUFFER_H #define LOAD_BUFFER_H -#include "buffer.h" +#include <gpxe/buffer.h> /* * These functions are architecture-dependent, but the interface must |
