summaryrefslogtreecommitdiffstats
path: root/src/core/image.c
diff options
context:
space:
mode:
authorMichael Brown2007-01-11 02:47:26 +0100
committerMichael Brown2007-01-11 02:47:26 +0100
commitbb2024c6d646211226305e8fbd240e603085c93f (patch)
tree3e24e659d002a3c3f6a41440a1dd3871e75832f7 /src/core/image.c
parentWarn when net device on an active route is not open. (diff)
downloadipxe-bb2024c6d646211226305e8fbd240e603085c93f.tar.gz
ipxe-bb2024c6d646211226305e8fbd240e603085c93f.tar.xz
ipxe-bb2024c6d646211226305e8fbd240e603085c93f.zip
Move include/buffer.h to include/gpxe/buffer.h
Diffstat (limited to 'src/core/image.c')
-rw-r--r--src/core/image.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/image.c b/src/core/image.c
index d8f96b53..ccf7b95e 100644
--- a/src/core/image.c
+++ b/src/core/image.c
@@ -1,5 +1,5 @@
#include "dev.h"
-#include "buffer.h"
+#include <gpxe/buffer.h>
#include "load_buffer.h"
#include "image.h"
#include <console.h>