summaryrefslogtreecommitdiffstats
path: root/src/include/buffer.h
diff options
context:
space:
mode:
authorMichael Brown2005-05-20 01:21:18 +0200
committerMichael Brown2005-05-20 01:21:18 +0200
commit7a4b45d3b062c8f027bcfdd6dde705b69ba23e3f (patch)
tree1ffaf69700f4adcf361665700c69295714ade739 /src/include/buffer.h
parentDoxygenation (diff)
downloadipxe-7a4b45d3b062c8f027bcfdd6dde705b69ba23e3f.tar.gz
ipxe-7a4b45d3b062c8f027bcfdd6dde705b69ba23e3f.tar.xz
ipxe-7a4b45d3b062c8f027bcfdd6dde705b69ba23e3f.zip
Don't include etherboot.h; we get a circular dependency
Diffstat (limited to 'src/include/buffer.h')
-rw-r--r--src/include/buffer.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/include/buffer.h b/src/include/buffer.h
index 12648a65..da8b961c 100644
--- a/src/include/buffer.h
+++ b/src/include/buffer.h
@@ -1,7 +1,8 @@
#ifndef BUFFER_H
#define BUFFER_H
-#include "etherboot.h"
+#include "compiler.h"
+#include "stdint.h"
/** @file
*