diff options
| author | Michael Brown | 2005-05-20 01:21:18 +0200 |
|---|---|---|
| committer | Michael Brown | 2005-05-20 01:21:18 +0200 |
| commit | 7a4b45d3b062c8f027bcfdd6dde705b69ba23e3f (patch) | |
| tree | 1ffaf69700f4adcf361665700c69295714ade739 /src | |
| parent | Doxygenation (diff) | |
| download | ipxe-7a4b45d3b062c8f027bcfdd6dde705b69ba23e3f.tar.gz ipxe-7a4b45d3b062c8f027bcfdd6dde705b69ba23e3f.tar.xz ipxe-7a4b45d3b062c8f027bcfdd6dde705b69ba23e3f.zip | |
Don't include etherboot.h; we get a circular dependency
Diffstat (limited to 'src')
| -rw-r--r-- | src/include/buffer.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/include/buffer.h b/src/include/buffer.h index 12648a65e..da8b961ca 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 * |
