summaryrefslogtreecommitdiffstats
path: root/src/core
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
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')
-rw-r--r--src/core/buffer.c2
-rw-r--r--src/core/image.c2
2 files changed, 2 insertions, 2 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.
diff --git a/src/core/image.c b/src/core/image.c
index d8f96b532..ccf7b95ea 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>